#include <CmdLine.h>
Public Member Functions | |
CmdLineError (const char *msg=nullptr) | |
template<typename T > | |
CmdLineError & | operator<< (const T &obj) |
std::string | str () const |
Private Attributes | |
std::tr1::shared_ptr< std::ostringstream > | os_ |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 138 of file CmdLine.h.
Referenced by CmdLineError(), operator<<(), and str().