iCub-main
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
IRpcServer_add_int_helper Class Reference
+ Inheritance diagram for IRpcServer_add_int_helper:

Public Member Functions

 IRpcServer_add_int_helper (const std::int32_t x)
 
bool write (yarp::os::ConnectionWriter &connection) const override
 
bool read (yarp::os::ConnectionReader &connection) override
 

Public Attributes

std::int32_t m_x
 

Static Public Attributes

static thread_local std::int32_t s_return_helper = {}
 

Detailed Description

Definition at line 110 of file IRpcServer.cpp.

Constructor & Destructor Documentation

◆ IRpcServer_add_int_helper()

IRpcServer_add_int_helper::IRpcServer_add_int_helper ( const std::int32_t  x)
explicit

Definition at line 125 of file IRpcServer.cpp.

Member Function Documentation

◆ read()

bool IRpcServer_add_int_helper::read ( yarp::os::ConnectionReader &  connection)
override

Definition at line 146 of file IRpcServer.cpp.

◆ write()

bool IRpcServer_add_int_helper::write ( yarp::os::ConnectionWriter &  connection) const
override

Definition at line 131 of file IRpcServer.cpp.

Member Data Documentation

◆ m_x

std::int32_t IRpcServer_add_int_helper::m_x

Definition at line 118 of file IRpcServer.cpp.

◆ s_return_helper

thread_local std::int32_t IRpcServer_add_int_helper::s_return_helper = {}
static

Definition at line 120 of file IRpcServer.cpp.


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