libcopp 2.3.1
|
Data Structures | |
class | impl |
Public Member Functions | |
file (char const *name, char const *mode) | |
void | read (void *data, int64_t size) |
int64_t | total_size () const |
Private Attributes | |
copp::memory::strong_rc_ptr< impl > | pimpl_ |
Definition at line 2142 of file rc_ptr_test.cpp.
strong_rc::n_spt_pimpl::file::file | ( | char const * | name, |
char const * | mode | ||
) |
Definition at line 2592 of file rc_ptr_test.cpp.
void strong_rc::n_spt_pimpl::file::read | ( | void * | data, |
int64_t | size | ||
) |
Definition at line 2594 of file rc_ptr_test.cpp.
References pimpl_.
Referenced by strong_rc::n_spt_pimpl::test().
int64_t strong_rc::n_spt_pimpl::file::total_size | ( | ) | const |
Definition at line 2596 of file rc_ptr_test.cpp.
References pimpl_.
|
private |
Definition at line 2145 of file rc_ptr_test.cpp.
Referenced by read(), and total_size().