HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_BinaryString Class Reference

#include <HOM_BinaryString.h>

+ Inheritance diagram for HOM_BinaryString:

Public Member Functions

 HOM_BinaryString ()
 
 HOM_BinaryString (const value_type *__s, size_type __n, const allocator_type &__a=allocator_type())
 
 HOM_BinaryString (const value_type *__s, const allocator_type &__a=allocator_type())
 
 HOM_BinaryString (size_type __n, value_type __c, const allocator_type &__a=allocator_type())
 
 HOM_BinaryString (const std::string &s)
 
template<class _InputIterator >
 HOM_BinaryString (_InputIterator __beg, _InputIterator __end, const allocator_type &__a=allocator_type())
 

Detailed Description

Definition at line 16 of file HOM_BinaryString.h.

Constructor & Destructor Documentation

HOM_BinaryString::HOM_BinaryString ( )
inline

Definition at line 19 of file HOM_BinaryString.h.

HOM_BinaryString::HOM_BinaryString ( const value_type *  __s,
size_type  __n,
const allocator_type &  __a = allocator_type() 
)
inline

Definition at line 22 of file HOM_BinaryString.h.

HOM_BinaryString::HOM_BinaryString ( const value_type *  __s,
const allocator_type &  __a = allocator_type() 
)
inline

Definition at line 26 of file HOM_BinaryString.h.

HOM_BinaryString::HOM_BinaryString ( size_type  __n,
value_type  __c,
const allocator_type &  __a = allocator_type() 
)
inline

Definition at line 31 of file HOM_BinaryString.h.

HOM_BinaryString::HOM_BinaryString ( const std::string s)
inline

Definition at line 36 of file HOM_BinaryString.h.

template<class _InputIterator >
HOM_BinaryString::HOM_BinaryString ( _InputIterator  __beg,
_InputIterator  __end,
const allocator_type &  __a = allocator_type() 
)
inline

Definition at line 40 of file HOM_BinaryString.h.


The documentation for this class was generated from the following file: