Functions | |
| int | log2 (unsigned int n) |
| unsigned | _lookup (const std::string &str, const char *values[], unsigned size, int def) |
| const std::string | _lookup (unsigned code, const char *values[], unsigned size, const std::string &def) |
| unsigned | _lookup2 (const std::string &str, const char *values[], unsigned size, int def) |
| const std::string | _lookup2 (unsigned code, const char *values[], unsigned size, const std::string &def) |
| const std::string | escape (std::string what) |
| bool | checkValidXMLChars (const std::string &data) |
| template<typename T, typename F> | |
| void | ForEach (T &t, F f) |
| template<typename T, typename F, typename D> | |
| void | ForEach (T &t, F f, D &d) |
| template<typename T, typename F, typename D1, typename D2> | |
| void | ForEach (T &t, F f, D1 &d1, D2 &d2) |
| template<typename T, typename F, typename D1, typename D2, typename D3> | |
| void | ForEach (T &t, F f, D1 &d1, D2 &d2, D3 &d3) |
|
||||||||||||||||||||
|
Finds the string associated with an enumerated type.
|
|
||||||||||||||||||||
|
Finds the enumerated value associated with a string value.
|
|
||||||||||||||||||||
|
Finds the string associated with an ORable enumerated type.
|
|
||||||||||||||||||||
|
Finds the ORable enumerated value associated with a string value.
|
|
|
Checks whether the given input is valid UTF-8.
|
|
|
Does some fancy escaping. (& --> &, etc).
|
|
||||||||||||||||||||||||
|
A convenience function that executes the given function on each object in a given list, passing the given arguments.
|
|
||||||||||||||||||||
|
A convenience function that executes the given function on each object in a given list, passing the given arguments.
|
|
||||||||||||||||
|
A convenience function that executes the given function on each object in a given list, passing the given argument.
|
|
||||||||||||
|
A convenience function that executes the given function on each object in a given list.
|
|
|
Custom log2() implementation.
|
1.4.1