#include "rbuf"
#include "ifac"
#include "iro"
#include "../sout"
#include "../mapmanip"
#include <string>
#include <vector>
#include <ostream>
#include <map>
Go to the source code of this file.
|
bool | tools::rroot::dummy_TXxx_pointer_stream (buffer &a_buffer, ifac &a_fac) |
|
template<class T > |
bool | tools::rroot::pointer_stream (buffer &a_buffer, ifac &a_fac, ifac::args &a_args, const std::string &a_T_class, T *&a_obj, bool &a_created) |
|
template<class T > |
bool | tools::rroot::pointer_stream (buffer &a_buffer, ifac &a_fac, ifac::args &a_args, cid a_T_class, T *&a_obj, bool &a_created) |
|
template<class T > |
bool | tools::rroot::pointer_stream (buffer &a_buffer, ifac &a_fac, ifac::args &a_args, T *&a_obj, bool &a_created) |
|
template<class T > |
bool | tools::rroot::fixed_array_stream (buffer &a_buffer, int a_n, T *&a_v) |
|
◆ tools_rroot_buffer
#define tools_rroot_buffer |
Definition at line 5 of file buffer.
◆ TOOLS_RROOT_OBJ_MAP_STD_MAP
#define TOOLS_RROOT_OBJ_MAP_STD_MAP |