YARP
Yet Another Robot Platform
yarp::os::PortWriterBufferBase::Private Class Reference
+ Inheritance diagram for yarp::os::PortWriterBufferBase::Private:

Public Member Functions

 Private (PortWriterBufferBase &owner)
 
 ~Private () override
 
int getCount ()
 
void finishWrites ()
 
const void * get ()
 
bool release ()
 
void onCompletion (void *tracker) override
 
void attach (Port &port)
 
void detach ()
 
void write (bool strict)
 

Detailed Description

Definition at line 27 of file PortWriterBufferBase.cpp.

Constructor & Destructor Documentation

◆ Private()

yarp::os::PortWriterBufferBase::Private::Private ( PortWriterBufferBase owner)
inline

Definition at line 30 of file PortWriterBufferBase.cpp.

◆ ~Private()

yarp::os::PortWriterBufferBase::Private::~Private ( )
inlineoverride

Definition at line 42 of file PortWriterBufferBase.cpp.

Member Function Documentation

◆ attach()

void yarp::os::PortWriterBufferBase::Private::attach ( Port port)
inline

Definition at line 137 of file PortWriterBufferBase.cpp.

◆ detach()

void yarp::os::PortWriterBufferBase::Private::detach ( )
inline

Definition at line 145 of file PortWriterBufferBase.cpp.

◆ finishWrites()

void yarp::os::PortWriterBufferBase::Private::finishWrites ( )
inline

Definition at line 57 of file PortWriterBufferBase.cpp.

◆ get()

const void* yarp::os::PortWriterBufferBase::Private::get ( )
inline

Definition at line 80 of file PortWriterBufferBase.cpp.

◆ getCount()

int yarp::os::PortWriterBufferBase::Private::getCount ( )
inline

Definition at line 49 of file PortWriterBufferBase.cpp.

◆ onCompletion()

void yarp::os::PortWriterBufferBase::Private::onCompletion ( void *  tracker)
inlineoverride

Definition at line 122 of file PortWriterBufferBase.cpp.

◆ release()

bool yarp::os::PortWriterBufferBase::Private::release ( )
inline

Definition at line 106 of file PortWriterBufferBase.cpp.

◆ write()

void yarp::os::PortWriterBufferBase::Private::write ( bool  strict)
inline

Definition at line 150 of file PortWriterBufferBase.cpp.


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