Content


NTL
Core
cpp::CParserBinary

cpp::CParserBinary


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

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

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

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