ANNA Suite
2020b
Multipurpose development suite for Telco applications
|
#include <TransportFactoryImpl.hpp>
Public Member Functions | |
TransportFactoryImpl () | |
![]() | |
const std::string & | getName () const |
int | getOverQuotaSize () const |
void | setOverQuotaSize (const int overQuotaSize) |
std::string | asString () const |
xml::Node * | asXML (xml::Node *parent) const |
![]() | |
NRMutex () | |
![]() | |
Mutex (const Mode::_v mode=Mode::Recursive) | |
virtual | ~Mutex () |
virtual void | lock () noexcept(false) |
virtual void | unlock () |
bool | trylock () noexcept(false) |
operator const pthread_mutex_t * () const | |
Additional Inherited Members | |
![]() | |
TransportFactory (const char *name) | |
![]() | |
Safe () | |
Transport factory implementation
|
inline |
Constructor.