#include <list>
#include <vector>
#include "Basis/String.h"
Include dependency graph for StringList.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
Classes | |
class | Impala::StringList |
Class definition for list of strings. More... | |
Typedefs | |
typedef StringList::iterator | Impala::StringListI |
Iterator for StringList. | |
typedef StringList::const_iterator | Impala::StringListCI |
Const iterator for StringList. | |
typedef StringList::back_insert_iterator | Impala::StringListBI |
Back inserter for StringList. |