#include <String_IOStream.h>
Public Types | |
typedef String_IOSBase < ACE_CHAR_T, TR > | ios_base |
typedef ios_base::string_type | string_type |
Public Member Functions | |
String_OStreamBase () | |
String_OStreamBase (string_type &string) | |
~String_OStreamBase () | |
const string_type & | str () const |
void | clear () |
Definition at line 116 of file String_IOStream.h.
typedef String_IOSBase<ACE_CHAR_T, TR> ACE::IOS::String_OStreamBase< ACE_CHAR_T, TR >::ios_base |
Reimplemented from ACE::IOS::String_IOSBase< ACE_CHAR_T, TR >.
Definition at line 121 of file String_IOStream.h.
typedef ios_base::string_type ACE::IOS::String_OStreamBase< ACE_CHAR_T, TR >::string_type |
Reimplemented from ACE::IOS::String_IOSBase< ACE_CHAR_T, TR >.
Definition at line 122 of file String_IOStream.h.
ACE::IOS::String_OStreamBase< ACE_CHAR_T, TR >::String_OStreamBase | ( | ) | [explicit] |
Definition at line 165 of file String_IOStream.cpp.
: String_IOSBase<ACE_CHAR_T, TR> (std::ios::out), std::basic_ostream<ACE_CHAR_T, TR> (String_IOSBase<ACE_CHAR_T, TR>::rdbuf ()) { }
ACE::IOS::String_OStreamBase< ACE_CHAR_T, TR >::String_OStreamBase | ( | string_type & | string | ) | [explicit] |
Definition at line 172 of file String_IOStream.cpp.
: String_IOSBase<ACE_CHAR_T, TR> (string, std::ios::out), std::basic_ostream<ACE_CHAR_T, TR> (String_IOSBase<ACE_CHAR_T, TR>::rdbuf ()) { }
ACE::IOS::String_OStreamBase< ACE_CHAR_T, TR >::~String_OStreamBase | ( | ) |
Definition at line 179 of file String_IOStream.cpp.
{ }
void ACE::IOS::String_OStreamBase< ACE_CHAR_T, TR >::clear | ( | void | ) |
Definition at line 191 of file String_IOStream.cpp.
{ return this->rdbuf ()->clear_string (); }
const String_OStreamBase< ACE_CHAR_T, TR >::string_type & ACE::IOS::String_OStreamBase< ACE_CHAR_T, TR >::str | ( | ) | const |
Definition at line 185 of file String_IOStream.cpp.