Go to the source code of this file.
|
Utility for mootHMM::load_model() and friends: parse a model name according to the conventions described in mootfiles(5).
|
|
Utility for mootHMM::load_model() and friends: parse a text-model name according to the conventions described in mootfiles(5).
|
|
Return a banner string for the library |
|
Get extension of a filename (including leading '.') |
|
Get final extension of a filename (including leading '.'), reading backwards from (filename+pos). Returns a pointer into |
|
Check whether a file exists by trying to open it with 'fopen()' |
|
Create and return a whitespace-normalized STL string from a different STL string. @param s source string @param trim_left whether to trim all leading whitespace @param trim_right whether to trim all trailing whitespace |
|
Create and return a whitespace-normalized STL string from a NUL-terminated C string. @param s source string @param trim_left whether to trim all leading whitespace @param trim_right whether to trim all trailing whitespace |
|
Create and return a whitespace-normalized STL string from a C memory buffer. @param buf source buffer @param len length of source buffer, in bytes @param trim_left whether to trim all leading whitespace @param trim_right whether to trim all trailing whitespace |
|
Append a whitespace-normalized NUL-terminated C string to an STL string. @param s source string @param out destination STL string @param trim_left whether to trim all leading whitespace @param trim_right whether to trim all trailing whitespace |
|
Append a whitespace-normalized C++ string to another C++ string. All whitespace substrings in are replaced with a single space in . is not cleared. @param in source string @param out destination string @param trim_left whether to trim all leading whitespace @param trim_right whether to trim all trailing whitespace |
|
Append a whitespace-normalized C buffer to an STL string. All whitespace substrings in @param buf source buffer @param len length of source buffer in bytes @param out destination STL string @param trim_left whether to trim all leading whitespace @param trim_right whether to trim all trailing whitespace |
|
Parse a comma-separated list of doubles (at most 'ndbls') from str into dbls. You should already have allocated space for |
|
Return a full banner string for a program using the library. |
|
Remove all newlines from an STL string. |
|
Remove all newlines from a NUL-terminated C string. |
|
Remove all newlines from a C buffer. Every newline is replaced with a single space. @param s target string @param len length of target buffer in bytes |
|
Tokenize an STL string to a new list. @param s source string @param delim string of delimiter characters |
|
Tokenize an STL string to an existing list. @param s source string @param delim string of delimiter characters @param out destination string list |
|
Get path+basename of a file |