Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::ScriptInterpreter::CodePos Struct Reference

Position in the source with line and offset. More...

#include <ScriptInterpreter.h>

Public Member Functions

 CodePos ()=default
 
 CodePos (pos_type line, pos_type offset)
 

Public Attributes

pos_type _line {0}
 
pos_type _offset {0}
 

Detailed Description

Position in the source with line and offset.

Constructor & Destructor Documentation

◆ CodePos() [1/2]

sf::ScriptInterpreter::CodePos::CodePos ( )
default

◆ CodePos() [2/2]

sf::ScriptInterpreter::CodePos::CodePos ( pos_type  line,
pos_type  offset 
)
inline

Member Data Documentation

◆ _line

pos_type sf::ScriptInterpreter::CodePos::_line {0}

◆ _offset

pos_type sf::ScriptInterpreter::CodePos::_offset {0}

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