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

Public Member Functions

 impl (char const *, char const *)
 
 ~impl ()
 
void read (void *, int64_t size)
 
int64_t total_size () const
 

Private Member Functions

 impl (impl const &)
 
imploperator= (impl const &)
 

Private Attributes

int64_t total_size_
 

Detailed Description

Definition at line 2575 of file rc_ptr_test.cpp.

Constructor & Destructor Documentation

◆ impl() [1/2]

strong_rc::n_spt_pimpl::file::impl::impl ( impl const &  )
private

◆ impl() [2/2]

strong_rc::n_spt_pimpl::file::impl::impl ( char const *  ,
char const *   
)
inline

Definition at line 2583 of file rc_ptr_test.cpp.

References strong_rc::n_spt_pimpl::file_instances.

◆ ~impl()

strong_rc::n_spt_pimpl::file::impl::~impl ( )
inline

Definition at line 2585 of file rc_ptr_test.cpp.

References strong_rc::n_spt_pimpl::file_instances.

Member Function Documentation

◆ operator=()

impl & strong_rc::n_spt_pimpl::file::impl::operator= ( impl const &  )
private

◆ read()

void strong_rc::n_spt_pimpl::file::impl::read ( void *  ,
int64_t  size 
)
inline

Definition at line 2587 of file rc_ptr_test.cpp.

References total_size_.

◆ total_size()

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

Definition at line 2589 of file rc_ptr_test.cpp.

References total_size_.

Field Documentation

◆ total_size_

int64_t strong_rc::n_spt_pimpl::file::impl::total_size_
private

Definition at line 2580 of file rc_ptr_test.cpp.

Referenced by read(), and total_size().


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