String Class Reference

#include <helpers.h>


Static Public Member Functions

static bool split (const string &str, char delimiter, string &left, string &right)
static list< string > split_to_list (string str, char delimiter)
static map< string, string > split_list_to_map (const list< string > &l, char delimiter)


Detailed Description

Definition at line 10 of file helpers.h.


Member Function Documentation

bool String::split ( const string &  str,
char  delimiter,
string &  left,
string &  right 
) [static]

Definition at line 5 of file helpers.cpp.

Referenced by Socket::ip_to_number(), Streamer::Main(), RTSP_Server::make_transport(), and Streamer::Streamer().

list< string > String::split_to_list ( string  str,
char  delimiter 
) [static]

Definition at line 22 of file helpers.cpp.

References a.

Referenced by RTSP_Server::make_transport().

map< string, string > String::split_list_to_map ( const list< string > &  l,
char  delimiter 
) [static]

Definition at line 39 of file helpers.cpp.

References n.

Referenced by RTSP_Server::make_transport().


The documentation for this class was generated from the following files:
Generated on Fri Nov 28 00:08:55 2008 for elphel by  doxygen 1.5.1