class ErrorMessage
Defined at line 55 of file ../../third_party/android/platform/system/tools/aidl/options.h
A simple wrapper around ostringstream. This is just to make Options class
copiable by the implicit copy constructor. If ostingstream is not wrapped,
the implcit copy constructor is not generated because ostringstream isn't
copiable. This class makes the field copiable by having a copy constructor
that does not copy the underlying stream.
Public Members
basic_ostringstream stream_
Public Methods
void ErrorMessage ()
Defined at line 57 of file ../../third_party/android/platform/system/tools/aidl/options.h
void ErrorMessage (const ErrorMessage & )
Defined at line 58 of file ../../third_party/android/platform/system/tools/aidl/options.h
template <typename T>
ErrorMessage & operator<< (T & t)
Defined at line 62 of file ../../third_party/android/platform/system/tools/aidl/options.h
template <typename T>
ErrorMessage & operator<< (const T & t)
Defined at line 68 of file ../../third_party/android/platform/system/tools/aidl/options.h
ErrorMessage & operator<< (std::ostream &(*)(std::ostream &) f)
for "<< endl"
Defined at line 74 of file ../../third_party/android/platform/system/tools/aidl/options.h