![]() |
MAK Data Logger API Documentation for DIS
|
Contains utility logger functions. More...
Go to the source code of this file.
Namespaces | |
| namespace | MAKLogger |
| Contains MAKLogger::DtCollector class. | |
Typedefs | |
| typedef std::vector< DtString > | MAKLogger::DtStringVector |
Functions | |
| size_t | MAKLogger::roundUpTo2 (size_t sz) |
| int | MAKLogger::roundUpTo2 (int sz) |
| size_t | MAKLogger::roundUpTo4 (size_t sz) |
| int | MAKLogger::roundUpTo4 (int sz) |
| size_t | MAKLogger::roundUpTo8 (size_t sz) |
| int | MAKLogger::roundUpTo8 (int sz) |
| void | MAKLogger::DtCreateDeliminatedString (const DtStringVector &stringList, DtString &deliminatedString, char deliminator=theDefaultDeliminator) |
| int | MAKLogger::DtSeparateDeliminatedString (const DtString &deliminatedString, DtStringVector &stringList, char deliminator=theDefaultDeliminator, bool allowEmptyTokens=false, bool appendToExistingList=false) |
Variables | |
| const char | MAKLogger::theDefaultDeliminator = ';' |
Contains utility logger functions.