iRoCS Toolbox
1.1.0
|
Syntax Error. Is thrown when an syntax error occurs. More...
#include <Errors.hh>
Public Member Functions | |
template<typename T > | |
CmdLineError & | operator<< (const T &data) |
Add something to the error message. More... | |
const std::string | str () const |
Return error message. More... | |
Protected Attributes | |
std::string | pMessage |
|
inlineinherited |
Add something to the error message.
data |
Definition at line 106 of file CmdLineError.hh.
|
inlineinherited |
|
protectedinherited |
Definition at line 128 of file CmdLineError.hh.
Referenced by CmdLineError::operator<<(), and CmdLineError::str().