Go to the source code of this file.
Classes | |
class | binaryWriter |
class | exitHandler |
class | mutexLockFunction |
Defines | |
#define | OT_INTERFACE_PATH_ABSOLUTE(str) (str.size()>0 && str[0]=='/') |
#define | OT_INTERFACE_PATH_IS_ROOT(str) (str=='/') |
#define | FUNCTION_CRITICAL mutexLockFunction mutexLockFunctionLock(this); |
#define | OT_INTERFACE_PATH_ABSOLUTE(str) (str.size()>0 && str[0]=='/') |
#define | OT_INTERFACE_PATH_IS_ROOT(str) (str=='/') |
#define | FUNCTION_CRITICAL mutexLockFunction mutexLockFunctionLock(this); |
Functions | |
bool | isws (char c, char const *const wstr) |
template<typename Container> | |
void | stringtok (Container &l, string const &s, char const *const ws=" \t\n") |
string | getUserName (void) |
#define FUNCTION_CRITICAL mutexLockFunction mutexLockFunctionLock(this); |
#define FUNCTION_CRITICAL mutexLockFunction mutexLockFunctionLock(this); |
#define OT_INTERFACE_PATH_ABSOLUTE | ( | str | ) | (str.size()>0 && str[0]=='/') |
#define OT_INTERFACE_PATH_ABSOLUTE | ( | str | ) | (str.size()>0 && str[0]=='/') |
#define OT_INTERFACE_PATH_IS_ROOT | ( | str | ) | (str=='/') |
#define OT_INTERFACE_PATH_IS_ROOT | ( | str | ) | (str=='/') |
string getUserName | ( | void | ) |
bool @41::isws | ( | char | c, | |
char const *const | wstr | |||
) | [inline, static] |
Referenced by stringtok().
void stringtok | ( | Container & | l, | |
string const & | s, | |||
char const *const | ws = " \t\n" | |||
) | [inline] |
References isws().