libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Public Member Functions | Private Attributes
strong_rc::n_spt_pimpl::file Class Reference
Collaboration diagram for strong_rc::n_spt_pimpl::file:
Collaboration graph

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< implpimpl_
 

Detailed Description

Definition at line 2142 of file rc_ptr_test.cpp.

Constructor & Destructor Documentation

◆ file()

strong_rc::n_spt_pimpl::file::file ( char const *  name,
char const *  mode 
)

Definition at line 2592 of file rc_ptr_test.cpp.

Member Function Documentation

◆ read()

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().

◆ total_size()

int64_t strong_rc::n_spt_pimpl::file::total_size ( ) const

Definition at line 2596 of file rc_ptr_test.cpp.

References pimpl_.

Field Documentation

◆ pimpl_

copp::memory::strong_rc_ptr<impl> strong_rc::n_spt_pimpl::file::pimpl_
private

Definition at line 2145 of file rc_ptr_test.cpp.

Referenced by read(), and total_size().


The documentation for this class was generated from the following file: