ARB
Typedefs | Functions
types.h File Reference
#include "defs.h"
#include <map>
#include <set>
#include <vector>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::set< std::stringstringSet
 
typedef std::map< std::string,
std::string
stringMap
 
typedef std::vector< std::stringstringVector
 

Functions

 DEFINE_NAMED_ITERATORS (std::string, string)
 
 DEFINE_ITERATORS (stringSet)
 
 DEFINE_ITERATORS (stringMap)
 
 DEFINE_ITERATORS (stringVector)
 

Typedef Documentation

typedef std::set<std::string> stringSet

Definition at line 28 of file types.h.

typedef std::map<std::string, std::string> stringMap

Definition at line 29 of file types.h.

typedef std::vector<std::string> stringVector

Definition at line 30 of file types.h.

Function Documentation

DEFINE_NAMED_ITERATORS ( std::string  ,
string   
)
DEFINE_ITERATORS ( stringSet  )
DEFINE_ITERATORS ( stringMap  )
DEFINE_ITERATORS ( stringVector  )