C++/Tree Mapping Runtime Library
Classes | Namespaces | Functions
buffer.hxx File Reference

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.
 

Detailed Description

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.


Copyright © 2005-2023 Code Synthesis.