ACE_INet
6.1.9
|
#include <ConnectionCache.h>
Public Types | |
enum | State { CST_NONE, CST_INIT, CST_IDLE, CST_BUSY, CST_CLOSED } |
typedef ConnectionHolder | connection_type |
Public Member Functions | |
ConnectionCacheValue () | |
ConnectionCacheValue (connection_type *connection) | |
ConnectionCacheValue (const ConnectionCacheValue &cacheval) | |
ConnectionCacheValue & | operator= (const ConnectionCacheValue &cacheval) |
bool | operator== (const ConnectionCacheValue &cacheval) const |
bool | operator!= (const ConnectionCacheValue &cacheval) const |
connection_type * | connection () |
const connection_type * | connection () const |
void | connection (connection_type *conn) |
State | state () const |
void | state (State st) |
Private Attributes | |
State | state_ |
connection_type * | connection_ |
ACE::INet::ConnectionCacheValue::ConnectionCacheValue | ( | ) |
|
explicit |
ACE::INet::ConnectionCacheValue::ConnectionCacheValue | ( | const ConnectionCacheValue & | cacheval | ) |
|
inline |
|
inline |
|
inline |
|
inline |
ConnectionCacheValue & ACE::INet::ConnectionCacheValue::operator= | ( | const ConnectionCacheValue & | cacheval | ) |
|
inline |
|
inline |
|
inline |
|
private |
|
private |