MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / GetAddress

Method GetAddress

net/SocketBase.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 bool IsInActions() { return _add_event_actions; }
29 void SetInActions(bool set) { _add_event_actions = set; }
30 const char* GetAddress() const { return _ip; }
31 short GetPort() const { return _port; }
32 uint32_t GetPoolSize() {return _pool->GetLargeSize(); }
33 void ReleasePoolHalf() { _pool->ReleaseLargeHalf(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected