1 #ifndef __HOM_BinaryString_h__
2 #define __HOM_BinaryString_h__
7 #if defined(USE_PYTHON3)
10 SWIG_FromHOMBinaryCharPtrAndSize, %checkcode(STDSTRING));
14 SWIG_FromBinaryCharPtrAndSize, %checkcode(STDSTRING));
29 const allocator_type& __a = allocator_type())
30 : std::
string(__s, __n, __a) {}
34 const allocator_type& __a = allocator_type())
39 const allocator_type& __a = allocator_type())
40 : std::
string(__n, __c, __a) {}
45 template<
class _InputIterator>
47 const allocator_type& __a = allocator_type())
48 : std::
string(__beg, __end, __a) {}
HOM_BinaryString(size_type __n, value_type __c, const allocator_type &__a=allocator_type())
HOM_BinaryString(const std::string &s)
HOM_BinaryString(const value_type *__s, size_type __n, const allocator_type &__a=allocator_type())
GLsizei const GLchar *const * string
HOM_BinaryString(_InputIterator __beg, _InputIterator __end, const allocator_type &__a=allocator_type())
HOM_BinaryString(const value_type *__s, const allocator_type &__a=allocator_type())