CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
Classes | |
class | file |
Functions | |
shared_ptr< file > | fopen (char const *name, char const *mode) |
void | fread (shared_ptr< file > f, void *data, long size) |
void | test () |
Variables | |
int | file_instances = 0 |
shared_ptr< file > n_spt_incomplete::fopen | ( | char const * | name, |
char const * | mode | ||
) |
Definition at line 3276 of file testSharedPtr.cc.
Referenced by test().
void n_spt_incomplete::fread | ( | shared_ptr< file > | f, |
void * | data, | ||
long | size | ||
) |
Definition at line 3283 of file testSharedPtr.cc.
Referenced by test().
void n_spt_incomplete::test | ( | ) |
Definition at line 2698 of file testSharedPtr.cc.
References file_instances, fopen(), and fread().
Referenced by main().
int n_spt_incomplete::file_instances = 0 |
Definition at line 2695 of file testSharedPtr.cc.
Referenced by n_spt_incomplete::file::file(), n_spt_pimpl::file::impl::impl(), test(), n_spt_pimpl::test(), n_spt_incomplete::file::~file(), and n_spt_pimpl::file::impl::~impl().