|
libcommonc++
0.7
|
#include <String.h++>


Public Member Functions | |
| StringVec () | |
| StringVec & | operator<< (String s) |
| Append operator. More... | |
Public Attributes | |
| T | elements |
| STL member. More... | |
Static Public Attributes | |
| static const StringVec | emptyVec |
| An empty StringVec. More... | |
A String vector.
A trivial extension of std::vector<String >.
|
inline |
Append operator.
Pushes a string onto the end (back) of the vector.
|
inherited |
STL member.