OpenM++ runtime library (libopenm)
|
helper to return ellipted string if source string exceed max size. More...
#include <omError.h>
Public Member Functions | |
const char * | ellipt (const char *i_src) |
if source string exceed max size than return ellipted copy. More... | |
const char * | ellipt (const std::string &i_src) |
if source string exceed max size than return ellipted copy. More... | |
helper to return ellipted string if source string exceed max size.
it may return pointer to shared buffer and can be used only once per error message.
|
inline |
if source string exceed max size than return ellipted copy.
it may return pointer to shared buffer and can be used only once per error message.
|
inline |
if source string exceed max size than return ellipted copy.
it may return pointer to shared buffer and can be used only once per error message.