OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Compiler::TokenLoc Struct Reference

Location of a token in a source file. More...

#include <tokenloc.hpp>

Collaboration diagram for Compiler::TokenLoc:

Public Member Functions

 TokenLoc ()
 

Public Attributes

int mColumn
 
int mLine
 
std::string mLiteral
 

Detailed Description

Location of a token in a source file.

Constructor & Destructor Documentation

Compiler::TokenLoc::TokenLoc ( )
inline

Member Data Documentation

int Compiler::TokenLoc::mColumn
int Compiler::TokenLoc::mLine
std::string Compiler::TokenLoc::mLiteral

The documentation for this struct was generated from the following file: