Optimizations to DTSC::Scan when called with raw character pointers.

This commit is contained in:
Thulinma 2014-05-12 13:56:44 +02:00
parent 9a19cf2e20
commit c973e5060c
2 changed files with 15 additions and 1 deletions

View file

@ -73,6 +73,8 @@ namespace DTSC {
Scan(char * pointer, size_t len);
std::string toPrettyString(unsigned int indent = 0);
Scan getMember(std::string indice);
Scan getMember(const char * indice);
Scan getMember(const char * indice, const unsigned int ind_len);
Scan getIndice(unsigned int num);
char getType();