Open Lighting Architecture
Latest Git
|
Miscellaneous string functions.
Go to the source code of this file.
Namespaces | |
ola | |
The namespace containing all OLA symbols. | |
ola::strings | |
String helper and formatting functions. | |
Functions | |
void | ola::strings::CopyToFixedLengthBuffer (const std::string &input, char *buffer, unsigned int size) |
Copy a string to a fixed length buffer without NULL terminating. More... | |
template<size_t size> | |
void | ola::strings::StrNCopy (char(&output)[size], const char *input) |
A safe version of strncpy that null-terminates the output string. More... | |