26 #ifndef INTEGRA_STRING_HELPER_H
27 #define INTEGRA_STRING_HELPER_H
50 static string date_to_string(
const struct tm &date );
57 static CError string_to_date(
const string &
string,
struct tm &output );
63 static bool validate_node_name(
const string &name );
74 static string string_vector_to_string(
const string_vector &strings );
86 static bool string_to_string_vector(
const string &input, string_vector &output );
92 static string trim(
const string &input );
101 static const int string_buffer_length = 1024;
Common string routines.
Definition: string_helper.h:42
Represents an enumeration of error codes.
Definition: error.h:40
#defines and typedefs used throughout the application
static const string node_name_character_set
The set of characters which may be used in node names.
Definition: string_helper.h:95