| acceptTcpSockets(void) | ArServerBase | [protected] |
| addClientRemovedCallback(ArFunctor1< ArServerClient * > *functor) | ArServerBase | |
| addCycleCallback(ArFunctor *functor) | ArServerBase | |
| addData(const char *name, const char *description, ArFunctor2< ArServerClient *, ArNetPacket * > *functor, const char *argumentDescription, const char *returnDescription, const char *commandGroup=NULL, const char *dataFlags=NULL) | ArServerBase | |
| addDataAdvanced(const char *name, const char *description, ArFunctor2< ArServerClient *, ArNetPacket * > *functor, const char *argumentDescription, const char *returnDescription, const char *commandGroup=NULL, const char *dataFlags=NULL, unsigned int commandNumber=0, ArFunctor2< long, unsigned int > *requestChangedFunctor=NULL, ArFunctor2< ArServerClient *, ArNetPacket * > *requestOnceFunctor=NULL) | ArServerBase | |
| ArASyncTask() | ArASyncTask | |
| ArServerBase(bool addAriaExitCB=true, const char *serverName="") | ArServerBase | |
| ArThread(ArFunctor *func, bool joinable=true, bool blockAllSignals=true) | ArThread | |
| ArThread(ThreadType thread, bool joinable, bool blockAllSignals=true) | ArThread | |
| ArThread(bool blockAllSignals=true) | ArThread | |
| broadcastPacketTcp(ArNetPacket *packet, const char *name) | ArServerBase | |
| broadcastPacketTcpByCommand(ArNetPacket *packet, unsigned int command) | ArServerBase | |
| broadcastPacketTcpByCommandWithExclusion(ArNetPacket *packet, unsigned int command, ArServerClient *excludeClient) | ArServerBase | |
| broadcastPacketTcpWithExclusion(ArNetPacket *packet, const char *name, ArServerClient *excludeClient) | ArServerBase | |
| broadcastPacketUdp(ArNetPacket *packet, const char *name) | ArServerBase | |
| broadcastPacketUdpByCommand(ArNetPacket *packet, unsigned int command) | ArServerBase | |
| broadcastPacketUdpByCommandWithExclusion(ArNetPacket *packet, unsigned int command, ArServerClient *excludeClient) | ArServerBase | |
| broadcastPacketUdpWithExclusion(ArNetPacket *packet, const char *name, ArServerClient *excludeClient) | ArServerBase | |
| cancel(void) | ArThread | [virtual] |
| cancelAll(void) | ArThread | [static] |
| close(void) | ArServerBase | |
| create(bool joinable=true, bool lowerPriority=true) | ArASyncTask | [virtual] |
| ArThread::create(ArFunctor *func, bool joinable=true, bool lowerPriority=true) | ArThread | [virtual] |
| dataHasFlag(const char *name, const char *dataFlag) | ArServerBase | |
| dataHasFlagByCommand(unsigned int command, const char *dataFlag) | ArServerBase | |
| detach(void) | ArThread | [virtual] |
| doJoin(void **ret=NULL) | ArThread | [protected, virtual] |
| findCommandFromName(const char *command) | ArServerBase | |
| finishAcceptingSocket(ArSocket *socket, bool skipPassword=false, bool doNotReject=false) | ArServerBase | [protected] |
| getBlockAllSignals(void) | ArThread | |
| getFrequency(unsigned int command, bool internalCall=false) | ArServerBase | |
| getFunc(void) const | ArThread | [virtual] |
| getJoinable(void) const | ArThread | [virtual] |
| getLogLevel(void) | ArThread | [static] |
| getNumClients(void) | ArServerBase | |
| getRunning(void) const | ArThread | [virtual] |
| getRunningWithLock(void) | ArThread | [virtual] |
| getTcpPort(void) | ArServerBase | |
| getThread(void) const | ArThread | [virtual] |
| getThreadName(void) | ArThread | [virtual] |
| getUdpPort(void) | ArServerBase | |
| getUserInfo(void) const | ArServerBase | |
| init(void) | ArThread | [static] |
| join(void **ret=NULL) | ArThread | [virtual] |
| joinAll(void) | ArThread | [static] |
| loadUserInfo(const char *fileName, const char *baseDirectory="") | ArServerBase | |
| lock(void) | ArThread | |
| logCommandGroups(void) | ArServerBase | |
| logCommandGroupsToFile(const char *fileName) | ArServerBase | |
| logGroupDescriptions(void) | ArServerBase | |
| logGroupDescriptionsToFile(const char *fileName) | ArServerBase | |
| logThreadInfo(void) | ArThread | [virtual] |
| logTracking(bool terse=true) | ArServerBase | |
| logUserInfo(void) | ArServerBase | |
| loopOnce(void) | ArServerBase | |
| makeNewServerClientFromSocket(ArSocket *socket, bool doNotReject) | ArServerBase | |
| MapType typedef | ArThread | |
| myAdditionalDataFlags | ArServerBase | [protected] |
| myAriaExitCB | ArServerBase | [protected] |
| myBlockAllSignals | ArThread | [protected] |
| myClientRemovedCallbacks | ArServerBase | [protected] |
| myClients | ArServerBase | [protected] |
| myClientsMutex | ArServerBase | [protected] |
| myCycleCallbacks | ArServerBase | [protected] |
| myCycleCallbacksMutex | ArServerBase | [protected] |
| myDataMap | ArServerBase | [protected] |
| myDataMutex | ArServerBase | [protected] |
| myFunc | ArThread | [protected] |
| myGetFrequencyCB | ArServerBase | [protected] |
| myGroupDescription | ArServerBase | [protected] |
| myJoinable | ArThread | [protected] |
| myMutex | ArThread | [protected] |
| myName | ArThread | [protected] |
| myNextDataNumber | ArServerBase | [protected] |
| myOpened | ArServerBase | [protected] |
| myPID | ArThread | [protected] |
| myProcessPacketCB | ArServerBase | [protected] |
| myRejecting | ArServerBase | [protected] |
| myRejectingString | ArServerBase | [protected] |
| myRunning | ArThread | [protected] |
| mySendUdpCB | ArServerBase | [protected] |
| myServerKey | ArServerBase | [protected] |
| myServerName | ArServerBase | [protected] |
| myStrMap | ArThread | [protected] |
| myTcpPort | ArServerBase | [protected] |
| myTcpSocket | ArServerBase | [protected] |
| myThread | ArThread | [protected] |
| myUdpPort | ArServerBase | [protected] |
| myUdpReceiver | ArServerBase | [protected] |
| myUdpSocket | ArServerBase | [protected] |
| myUserInfo | ArServerBase | [protected] |
| open(unsigned int port, const char *openOnIP=NULL) | ArServerBase | |
| ourLogLevel | ArThread | [protected, static] |
| ourThreads | ArThread | [protected, static] |
| ourThreadsMutex | ArThread | [protected, static] |
| processPacket(ArNetPacket *packet, struct sockaddr_in *sin) | ArServerBase | |
| rejectSinceUsingCentralServer(const char *centralServerIPString) | ArServerBase | |
| remClientRemovedCallback(ArFunctor1< ArServerClient * > *functor) | ArServerBase | |
| remCycleCallback(ArFunctor *functor) | ArServerBase | |
| resetTracking(void) | ArServerBase | |
| run(void) | ArServerBase | [virtual] |
| runAsync(void) | ArServerBase | [virtual] |
| runInThisThread(void *arg=0) | ArASyncTask | [virtual] |
| runThread(void *arg) | ArServerBase | [virtual] |
| self(void) | ArThread | [static] |
| sendUdp(ArNetPacket *packet, struct sockaddr_in *sin) | ArServerBase | |
| setAdditionalDataFlags(const char *additionalDataFlags) | ArServerBase | |
| setGroupDescription(const char *GrpName, const char *GrpDesc) | ArServerBase | |
| setLogLevel(ArLog::LogLevel level) | ArThread | [static] |
| setRunning(bool running) | ArThread | [virtual] |
| setServerKey(const char *serverKey) | ArServerBase | |
| setThreadName(const char *name) | ArThread | [virtual] |
| setUserInfo(const ArServerUserInfo *userInfo) | ArServerBase | |
| Status enum name | ArThread | |
| STATUS_ALREADY_DETATCHED | ArThread | |
| STATUS_FAILED | ArThread | |
| STATUS_INVALID | ArThread | |
| STATUS_JOIN_SELF | ArThread | |
| STATUS_NO_SUCH_THREAD | ArThread | |
| STATUS_NORESOURCE | ArThread | |
| stopAll() | ArThread | [static] |
| stopRunning(void) | ArASyncTask | [virtual] |
| threadStarted(void) | ArThread | [virtual] |
| ThreadType typedef | ArThread | |
| tryLock(void) | ArThread | |
| unlock(void) | ArThread | |
| yieldProcessor(void) | ArThread | [static] |
| ~ArASyncTask() | ArASyncTask | [virtual] |
| ~ArServerBase() | ArServerBase | [virtual] |
| ~ArThread() | ArThread | [virtual] |