C++/Tree Mapping Runtime Library
|
Contains a simple binary buffer abstraction that is used to implement the base64Binary and hexBinary XML Schema built-in types. More...
Go to the source code of this file.
Classes | |
class | buffer< C > |
Simple binary buffer abstraction. More... | |
Namespaces | |
namespace | xsd::cxx::tree |
C++/Tree mapping runtime namespace. | |
Functions | |
template<typename C > | |
bool | operator== (const buffer< C > &a, const buffer< C > &b) |
buffer comparison operator. | |
template<typename C > | |
bool | operator!= (const buffer< C > &a, const buffer< C > &b) |
buffer comparison operator. | |
Contains a simple binary buffer abstraction that is used to implement the base64Binary and hexBinary XML Schema built-in types.
This is an internal header and is included by the generated code. You normally should not include it directly.