Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::StringList Class Reference

Class definition for list of strings. More...

#include <StringList.h>

Inheritance diagram for Impala::StringList:

Inheritance graph
[legend]
Collaboration diagram for Impala::StringList:

Collaboration graph
[legend]
List of all members.

Public Types

typedef std::back_insert_iterator<
StringList
back_insert_iterator
 back inserter

Public Member Functions

 StringList ()
 StringList (const String &s)
 StringList (const String &s, char separator, bool includeEmptyStrings=false)
 StringList (const std::list< String > &l)
 StringList (const std::vector< String > &v)
StringListoperator<< (const String &s)
 Add string to the list.
void EraseAll ()
 Remove all value from the list.
String ToString (char separator= ' ')

Detailed Description

Class definition for list of strings.

Specialization of list from STL.

Definition at line 15 of file StringList.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 10:36:07 2010 for ImpalaSrc by  doxygen 1.5.1