libcommonc++  0.7
StringVec Class Reference

A String vector. More...

#include <String.h++>

Inheritance diagram for StringVec:
Collaboration diagram for StringVec:

Public Member Functions

 StringVec ()
 
StringVecoperator<< (String s)
 Append operator. More...
 

Public Attributes

elements
 STL member. More...
 

Static Public Attributes

static const StringVec emptyVec
 An empty StringVec. More...
 

Detailed Description

A String vector.

A trivial extension of std::vector<String >.

Author
Mark Lindner

Constructor & Destructor Documentation

◆ StringVec()

StringVec ( )
inline

Member Function Documentation

◆ operator<<()

StringVec& operator<< ( String  s)
inline

Append operator.

Pushes a string onto the end (back) of the vector.

Member Data Documentation

◆ elements

T elements
inherited

STL member.

◆ emptyVec

const StringVec emptyVec
static

An empty StringVec.


The documentation for this class was generated from the following files: