![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
Generic text file parser. More...
#include "RefCountingObject.h"#include "RefCountingObjectPtr.h"#include "BitFlags.h"#include "Application.h"#include <vector>#include <string>#include <Ogre.h>Go to the source code of this file.
Data Structures | |
| struct | RoR::Token |
| struct | RoR::GenericDocument |
| struct | RoR::GenericDocContext |
Namespaces | |
| namespace | RoR |
Enumerations | |
| enum class | RoR::TokenType { RoR::NONE , RoR::LINEBREAK , RoR::COMMENT , RoR::STRING , RoR::FLOAT , RoR::INT , RoR::BOOL , RoR::KEYWORD } |
Generic text file parser.
Syntax:
Remarks:
Definition in file GenericFileFormat.h.