libstdc++
|
#include <quoted_string.h>
Public Member Functions | |
_Quoted_string (_String __str, _CharT __del, _CharT __esc) | |
_Quoted_string & | operator= (_Quoted_string &)=delete |
Public Attributes | |
_CharT | _M_delim |
_CharT | _M_escape |
_String | _M_string |
Struct for delimited strings.
Definition at line 49 of file quoted_string.h.
|
inline |
Definition at line 55 of file quoted_string.h.
_CharT std::__detail::_Quoted_string< _String, _CharT >::_M_delim |
Definition at line 63 of file quoted_string.h.
_CharT std::__detail::_Quoted_string< _String, _CharT >::_M_escape |
Definition at line 64 of file quoted_string.h.
_String std::__detail::_Quoted_string< _String, _CharT >::_M_string |
Definition at line 62 of file quoted_string.h.