Optimizations to DTSC::Scan when called with raw character pointers.
This commit is contained in:
parent
9a19cf2e20
commit
c973e5060c
2 changed files with 15 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue