-
Notifications
You must be signed in to change notification settings - Fork 727
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add overloads with size_t type argument
* bool xml_attribute::set_name(const char_t* rhs, size_t sz) * xml_attribute xml_node::append_attribute(const char_t* name_, size_t sz) * xml_node xml_node::append_child(const char_t* name_, size_t sz) * xml_attribute xml_node::attribute(const char_t* name_, size_t sz) const * xml_node xml_node::child(const char_t* name_, size_t sz) const * bool xml_node::set_name(const char_t* rhs, size_t sz)
- Loading branch information
1 parent
9568394
commit 11d5044
Showing
4 changed files
with
152 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters