ArkScript
A small, fast, functional and scripting language for video games
Ark::internal::FilePosition Struct Reference

Describe a position in a given file ; handled by the BaseParser. More...

#include <BaseParser.hpp>

Public Attributes

std::size_t row = 0
 
std::size_t col = 0
 

Detailed Description

Describe a position in a given file ; handled by the BaseParser.

Definition at line 17 of file BaseParser.hpp.

Member Data Documentation

◆ col

std::size_t Ark::internal::FilePosition::col = 0

◆ row

std::size_t Ark::internal::FilePosition::row = 0

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