PGE Engine
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Classes | Macros
file_strlist.h File Reference

Contains defition of a FileStringList class - a string container which automatically splits lines by line feeds. More...

#include <vector>
#include <string>

Go to the source code of this file.

Classes

class  FileStringList
 Provides string container automatically splited from entire file data. More...
 

Macros

#define PGESTRING   std::string
 
#define PGESTRINGList   std::vector<std::string >
 

Detailed Description

Contains defition of a FileStringList class - a string container which automatically splits lines by line feeds.