#include <remotevar.h>
Protected Member Functions | |
bool | registerRemote (_Remote *v) |
bool | unregisterRemote (_Remote *v) |
virtual | ~RemoteBase () |
Friends | |
class | _Remote |
Provides asynchronous remote variables among the nodes.
Definition at line 43 of file remotevar.h.
virtual libglass::RemoteBase::~RemoteBase | ( | ) | [protected, virtual] |
Destructor.
bool libglass::RemoteBase::registerRemote | ( | _Remote * | v | ) | [protected] |
Registers a remote variable in the list.
v | A pointer to the variable. |
true | If successful. | |
false | Otherwise. |
bool libglass::RemoteBase::unregisterRemote | ( | _Remote * | v | ) | [protected] |
Unregisters a remote variable, taking it off the list.
v | A pointer to the variable. |
true | If successful. | |
false | Otherwise. |
friend class _Remote [friend] |
Definition at line 50 of file remotevar.h.