Content


NTL
Core
cpp::CParserHexadecimal

cpp::CParserHexadecimal


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

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

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

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