#include <HOM_BinaryString.h>
Definition at line 16 of file HOM_BinaryString.h.
HOM_BinaryString::HOM_BinaryString |
( |
| ) |
|
|
inline |
HOM_BinaryString::HOM_BinaryString |
( |
const value_type * |
__s, |
|
|
size_type |
__n, |
|
|
const allocator_type & |
__a = allocator_type() |
|
) |
| |
|
inline |
HOM_BinaryString::HOM_BinaryString |
( |
const value_type * |
__s, |
|
|
const allocator_type & |
__a = allocator_type() |
|
) |
| |
|
inline |
HOM_BinaryString::HOM_BinaryString |
( |
size_type |
__n, |
|
|
value_type |
__c, |
|
|
const allocator_type & |
__a = allocator_type() |
|
) |
| |
|
inline |
HOM_BinaryString::HOM_BinaryString |
( |
const std::string & |
s | ) |
|
|
inline |
template<class _InputIterator >
HOM_BinaryString::HOM_BinaryString |
( |
_InputIterator |
__beg, |
|
|
_InputIterator |
__end, |
|
|
const allocator_type & |
__a = allocator_type() |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: