Contains definitions of GenICam types and exceptions. More...
Classes | |
class | GenericException |
GenICam's exception class. More... | |
class | InvalidArgumentException |
Exception fired if an argument is invalid. More... | |
class | OutOfRangeException |
Exception fired if an argument is out of range. More... | |
class | PropertyException |
Exception fired if a property access fails. More... | |
class | RuntimeException |
Runtime exception. More... | |
class | LogicalErrorException |
Exception to be thrown to indicate logical errors in program flow. More... | |
class | AccessException |
Exception to be thrown to indicate an access error. More... | |
class | TimeoutException |
Exception to be thrown to indicate an timout error. More... | |
class | DynamicCastException |
Exception to be thrown to indicate the the result of a dynamic cast was zero. More... | |
class | ExceptionReporter |
printf like creation of exceptions More... | |
class | gcstring |
A string class which is a clone of std::string. More... | |
class | FileProtocolAdapter |
Adapter between the std::iostreambuf and the SFNC Features representing the device filesystem. More... | |
Functions | |
int64_t | Align (int64_t v, const int64_t i) |
Align an integer. More... | |
Contains definitions of GenICam types and exceptions.
|
inline |
Align an integer.
v | value to align |
i | alignement |