1 #ifndef __HOM_BinaryString_h__
2 #define __HOM_BinaryString_h__
9 SWIG_FromHOMBinaryCharPtrAndSize, %checkcode(STDSTRING));
23 const allocator_type& __a = allocator_type())
24 : std::
string(__s, __n, __a) {}
28 const allocator_type& __a = allocator_type())
33 const allocator_type& __a = allocator_type())
34 : std::
string(__n, __c, __a) {}
39 template<
class _InputIterator>
41 const allocator_type& __a = allocator_type())
42 : std::
string(__beg, __end, __a) {}
HOM_BinaryString(size_type __n, value_type __c, const allocator_type &__a=allocator_type())
GLsizei const GLchar *const * string
HOM_BinaryString(const std::string &s)
HOM_BinaryString(const value_type *__s, size_type __n, const allocator_type &__a=allocator_type())
HOM_BinaryString(_InputIterator __beg, _InputIterator __end, const allocator_type &__a=allocator_type())
HOM_BinaryString(const value_type *__s, const allocator_type &__a=allocator_type())