add src/coders/obj
This commit is contained in:
@@ -87,9 +87,11 @@ protected:
|
||||
bool isNext(const std::string& substring);
|
||||
void expectNewLine();
|
||||
void goBack(size_t count=1);
|
||||
void reset();
|
||||
|
||||
int64_t parseSimpleInt(int base);
|
||||
dynamic::Value parseNumber(int sign);
|
||||
dynamic::Value parseNumber();
|
||||
std::string parseString(char chr, bool closeRequired=true);
|
||||
|
||||
parsing_error error(const std::string& message);
|
||||
@@ -99,6 +101,7 @@ public:
|
||||
std::string parseName();
|
||||
bool hasNext();
|
||||
char peek();
|
||||
char peekInLine();
|
||||
char peekNoJump();
|
||||
char nextChar();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user