Template enginge - start parsing nodes.
This commit is contained in:
parent
cdd0cc6b78
commit
98842b24f2
3 changed files with 166 additions and 18 deletions
|
@ -22,4 +22,5 @@ public:
|
|||
static std::string convert(const std::wstring& input);
|
||||
static std::string ToPaddedString(unsigned numBytes, unsigned entry);
|
||||
static std::vector<std::string> split(const std::string& input);
|
||||
static std::string strip(const std::string& input);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue