RigsofRods
Soft-body Physics Simulation
Data Structures | Namespaces | Typedefs | Enumerations
GenericFileFormat.h File Reference

Generic text file parser. More...

#include "RefCountingObject.h"
#include "RefCountingObjectPtr.h"
#include "BitFlags.h"
#include "Application.h"
#include <vector>
#include <string>
#include <Ogre.h>
+ Include dependency graph for GenericFileFormat.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  RoR::Token
 
struct  RoR::GenericDocument
 
struct  RoR::GenericDocContext
 

Namespaces

 RoR
 

Typedefs

typedef RefCountingObjectPtr< GenericDocument > RoR::GenericDocumentPtr
 
typedef RefCountingObjectPtr< GenericDocContext > RoR::GenericDocContextPtr
 

Enumerations

enum  RoR::TokenType {
  RoR::TokenType::NONE, RoR::TokenType::LINEBREAK, RoR::TokenType::COMMENT, RoR::TokenType::STRING,
  RoR::TokenType::NUMBER, RoR::TokenType::BOOL, RoR::TokenType::KEYWORD
}
 

Detailed Description

Generic text file parser.

Syntax:

Remarks:

Definition in file GenericFileFormat.h.