

Public Member Functions | |
| virtual void | RegisterMethods (lua_State *L) |
| called by Register(), registers object-methods (see cLuaBind constructor for examples) | |
| virtual const char * | GetLuaTypeName () |
Static Public Member Functions | |
| static int | Create_UDP_ReceiveSocket (lua_State *L) |
| for lua : cUDP_ReceiveSocket* Create_UDP_ReceiveSocket (int port); | |
| static int | Destroy (lua_State *L) |
| static int | Receive (lua_State *L) |
| for lua : resultcode,remoteaddr Receive (fifo); | |
Definition at line 204 of file lugre_net_L.cpp.
| virtual void Lugre::cUDP_ReceiveSocket_L::RegisterMethods | ( | lua_State * | L | ) | [inline, virtual] |
called by Register(), registers object-methods (see cLuaBind constructor for examples)
Reimplemented from Lugre::cLuaBind< _T >.
Definition at line 208 of file lugre_net_L.cpp.
References Create_UDP_ReceiveSocket(), Destroy(), PROFILE, Receive(), and REGISTER_METHOD.
| static int Lugre::cUDP_ReceiveSocket_L::Create_UDP_ReceiveSocket | ( | lua_State * | L | ) | [inline, static] |
for lua : cUDP_ReceiveSocket* Create_UDP_ReceiveSocket (int port);
Definition at line 221 of file lugre_net_L.cpp.
References Lugre::cLuaBind< _T >::CreateUData(), and PROFILE.
Referenced by RegisterMethods().
| static int Lugre::cUDP_ReceiveSocket_L::Destroy | ( | lua_State * | L | ) | [inline, static] |
Definition at line 228 of file lugre_net_L.cpp.
References Lugre::cLuaBind< _T >::checkudata_alive(), and PROFILE.
Referenced by RegisterMethods().
| static int Lugre::cUDP_ReceiveSocket_L::Receive | ( | lua_State * | L | ) | [inline, static] |
for lua : resultcode,remoteaddr Receive (fifo);
Definition at line 234 of file lugre_net_L.cpp.
References Lugre::cLuaBind< _T >::checkudata_alive(), and PROFILE.
Referenced by RegisterMethods().
| virtual const char* Lugre::cUDP_ReceiveSocket_L::GetLuaTypeName | ( | ) | [inline, virtual] |
1.5.6