21 const point& getPos()
const;
22 const std::string& getName()
const;
25 virtual void _setFile(
const srcFile& new1);
26 virtual void _setPos(
const point& new1);
27 virtual void _setName(
const std::string& new1);
35 template <
typename T,
typename WRP>
class tnarr;
Generic type origin with type parameters.
Definition: genericOrigin.hpp:15
Base class for all managed instances in memlite system.
Definition: instance.hpp:20
Parser for byeol language source code.
Definition: parser.hpp:43
Source file representation.
Definition: srcFile.hpp:13
Source location information.
Definition: src.hpp:11
Strong reference smart pointer with strict type checking.
Definition: tstr.hpp:13
Source code position tracking structure.
Definition: point.hpp:11