Content


NTL
Core
cpp::CParserOctal

cpp::CParserOctal


Class implements parser of integer values written in octal form. It uses C++ language standard of octal numbers.

You can find more information in comments below. Overrided methods can be found in corresponding base class or interface.

class CParserOctal :public virtual IParser, public CReleasable
{
public:
    // IParser methods 
    bool Parse(size_t &index, Token &token) override;

    CParserOctal(IReader *reader, ILexic *lexic);
};
Namespace: nitisa::script::cpp
Include: Nitisa/Modules/Script/Parsers/C++/ParserOctal.h