#include <iostream.h>
#include <fstream.h>
#include <iomanip.h>
#include "fakestringstream.h"
#include <string>
Go to the source code of this file.
Defines | |
#define | TYPENAME |
#define | INLINE inline |
#define | EXPORT_TEMPLATE_CLASS(expcl, exptp, classname) |
#define | PUBLISHED public |
Typedefs | |
typedef basic_string< wchar_t > | wstring |
typedef int | streamsize |
typedef int | ios_openmode |
typedef int | ios_fmtflags |
typedef int | ios_iostate |
typedef ios::seek_dir | ios_seekdir |
Functions | |
EXPCL_DTOOL void * | default_operator_new (size_t size) |
EXPCL_DTOOL void | default_operator_delete (void *ptr) |
INLINE void * | operator new (size_t size) |
INLINE void * | operator new[] (size_t size) |
INLINE void | operator delete (void *ptr) |
INLINE void | operator delete[] (void *ptr) |
Variables | |
EXPCL_DTOOL void *(* | global_operator_new )(size_t size) |
EXPCL_DTOOL void(* | global_operator_delete )(void *ptr) |
|
Definition at line 124 of file dtoolbase_cc.h. |
|
|
Definition at line 131 of file dtoolbase_cc.h. |
|
Definition at line 80 of file dtoolbase_cc.h. Referenced by Serialize::Serializer< Collection, Inserter >::SerializeToString(). |
|
Definition at line 95 of file dtoolbase_cc.h. Referenced by Notify::get_literal_flag(). |
|
Definition at line 96 of file dtoolbase_cc.h. |
|
Definition at line 94 of file dtoolbase_cc.h. Referenced by Filename::open_append(), Filename::open_read(), Filename::open_read_write(), and Filename::open_write(). |
|
Definition at line 98 of file dtoolbase_cc.h. |
|
Definition at line 90 of file dtoolbase_cc.h. |
|
Definition at line 85 of file dtoolbase_cc.h. |
|
Definition at line 33 of file dtoolbase.cxx. |
|
Definition at line 24 of file dtoolbase.cxx. |
|
Definition at line 174 of file dtoolbase_cc.h. References INLINE. |
|
Definition at line 177 of file dtoolbase_cc.h. References INLINE. |
|
Definition at line 167 of file dtoolbase_cc.h. References INLINE. |
|
Definition at line 170 of file dtoolbase_cc.h. References INLINE. |
|
Definition at line 143 of file dtoolbase_cc.h. |
|
Definition at line 142 of file dtoolbase_cc.h. |