ManaPlus
Typedefs
stringvector.h File Reference

(986a3bf)

#include "utils/vector.h"
#include <string>

Go to the source code of this file.

Typedefs

typedef std::vector< std::string > StringVect
 
typedef StringVect::iterator StringVectIter
 
typedef StringVect::const_iterator StringVectCIter
 

Typedef Documentation

◆ StringVect

typedef std::vector<std::string> StringVect

Definition at line 29 of file stringvector.h.

◆ StringVectCIter

typedef StringVect::const_iterator StringVectCIter

Definition at line 31 of file stringvector.h.

◆ StringVectIter

typedef StringVect::iterator StringVectIter

Definition at line 30 of file stringvector.h.