#include <CustomLCIOObject.h>
Public Member Functions | |
| Stream (SIO_stream *sio_stream) | |
| ~Stream () | |
| void | declare_pointer (void *pointer) |
| void | declare_pointer_target (void *target) |
| Stream & | data (unsigned int &i) |
| Stream & | data (int &i) |
| Stream & | data (std::string &str) |
| Stream & | data (double &d) |
| Stream & | data (float &f) |
| Stream & | data (char &c) |
| Stream & | data (bool &b) |
| template<typename T> | |
| tpc_inline Stream & | operator<< (T &t) |
| template<typename T> | |
| tpc_inline Stream & | operator>> (T &t) |
| Stream (SIO_stream *sio_stream) | |
| ~Stream () | |
| void | declare_pointer (void *pointer) |
| void | declare_pointer_target (void *target) |
| Stream & | data (unsigned int &i) |
| Stream & | data (int &i) |
| Stream & | data (std::string &str) |
| Stream & | data (double &d) |
| Stream & | data (float &f) |
| Stream & | data (char &c) |
| Stream & | data (bool &b) |
| template<typename T> | |
| tpc_inline Stream & | operator<< (T &t) |
| template<typename T> | |
| tpc_inline Stream & | operator>> (T &t) |
Public Attributes | |
| SIO_stream * | m_sio_stream |
| SIO_stream * | m_sio_stream |
|
|
Definition at line 8 of file CustomLCIOObject.cc. References m_sio_stream. |
|
|
Definition at line 13 of file CustomLCIOObject.cc. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 56 of file CustomLCIOObject.cc. References SIO_functions::data(), m_sio_stream, and tpc_assert. |
|
|
|
|
|
|
|
|
Definition at line 48 of file CustomLCIOObject.cc. References SIO_functions::data(), m_sio_stream, and tpc_assert. |
|
|
Definition at line 64 of file CustomLCIOObject.cc. References SIO_functions::data(), m_sio_stream, and tpc_assert. |
|
|
Definition at line 32 of file CustomLCIOObject.cc. References SIO_functions::data(), m_sio_stream, and tpc_assert. |
|
|
Definition at line 40 of file CustomLCIOObject.cc. References SIO_functions::data(), m_sio_stream, and tpc_assert. |
|
|
|
|
|
Definition at line 18 of file CustomLCIOObject.cc. References m_sio_stream, SIO_functions::pointer_to(), and tpc_assert. Referenced by tpc_tracking::operator<<(), and tpc_tracking::operator>>(). |
|
|
|
|
|
Definition at line 25 of file CustomLCIOObject.cc. References m_sio_stream, SIO_functions::pointed_at(), and tpc_assert. Referenced by tpc_tracking::CustomLCIOObject::read(), and tpc_tracking::CustomLCIOObject::write(). |
|
||||||||||
|
Definition at line 28 of file CustomLCIOObject.h. References tpc_inline. |
|
||||||||||
|
Definition at line 28 of file CustomLCIOObject.h. References tpc_inline. |
|
||||||||||
|
Definition at line 30 of file CustomLCIOObject.h. References tpc_inline. |
|
||||||||||
|
Definition at line 30 of file CustomLCIOObject.h. References tpc_inline. |
|
|
Definition at line 32 of file CustomLCIOObject.h. |
|
|
Definition at line 32 of file CustomLCIOObject.h. Referenced by data(), declare_pointer(), declare_pointer_target(), and Stream(). |
1.3.9.1