|
Pyrogenesis
13997
|
#include <StdSerializer.h>
Public Member Functions | |
| CStdSerializerImpl (std::ostream &stream) | |
| void | Put (const char *name, const u8 *data, size_t len) |
| std::ostream & | GetStream () |
Private Member Functions | |
| NONCOPYABLE (CStdSerializerImpl) | |
Private Attributes | |
| std::ostream & | m_Stream |
Definition at line 27 of file StdSerializer.h.
| CStdSerializerImpl::CStdSerializerImpl | ( | std::ostream & | stream | ) |
Definition at line 22 of file StdSerializer.cpp.
|
inline |
Definition at line 45 of file StdSerializer.h.
|
private |
|
inline |
Definition at line 33 of file StdSerializer.h.
|
private |
Definition at line 51 of file StdSerializer.h.
1.8.5