A list of strings.
More...
#include <memcore/stringlist.hpp>
Inherits std::list< string >.
List of all members.
Public Member Functions
-
string collapse (const string &delimiter) const
- Collapse a list of strings to a single string.
-
bool contains (const string &s) const
- Check if a certain string is contained here.
-
StringList (const string &path, char delimiter)
- Construct from some string by splitting up using the giving delimiter.
-
StringList (const string &s0, const string &s1, const string &s2)
- Construct string list with three entries.
-
StringList (const string &s0, const string &s1)
- Construct string list with two entries.
-
StringList (const string &s)
- Construct string list with one entry.
-
StringList (const StringList &SL)
- Construct empty string list.
-
StringList ()
- Construct empty string list.
Detailed Description
A list of strings.
It behaves like a std::list of strings, but can be managed through RefPtr's. Multiple entries are possible.
The documentation for this struct was generated from the following files:
- memcore/stringlist.hpp
- memcore/stringlist.cpp