EpcTools
An event based multi-threaded C++ development framework.
Classes | Typedefs
estring.h File Reference

Encapsulates and extends a std::string object. More...

#include <string>
#include <algorithm>
#include <vector>
#include "ebase.h"

Go to the source code of this file.

Classes

class  EString
 String class. More...
 

Typedefs

typedef std::vector< EStringEStringVec
 

Detailed Description

Encapsulates and extends a std::string object.

Typedef Documentation

typedef std::vector<EString> EStringVec