#include <DistributedMap.h>
Public Member Functions | |
virtual void | put (const ::std::string &, const ::std::string &, const ::Ice::Context *) |
virtual void | set (const ::std::string &, const ::std::string &, const ::Ice::Context *) |
virtual bool | remove (const ::std::string &,::std::string &, const ::Ice::Context *) |
virtual void | putNget (const ::std::string &, const ::std::string &,::std::string &, const ::Ice::Context *) |
virtual bool | get (const ::std::string &,::std::string &, const ::Ice::Context *) |
virtual void | waitForAllClients (const ::Ice::Context *) |
bool IceDelegateM::GlobalTable::DistributedMap::get | ( | const ::std::string & | s, | |
::std::string & | counts, | |||
const ::Ice::Context * | __context | |||
) | [virtual] |
Implements IceDelegate::GlobalTable::DistributedMap.
void IceDelegateM::GlobalTable::DistributedMap::put | ( | const ::std::string & | s, | |
const ::std::string & | delta, | |||
const ::Ice::Context * | __context | |||
) | [virtual] |
Implements IceDelegate::GlobalTable::DistributedMap.
void IceDelegateM::GlobalTable::DistributedMap::putNget | ( | const ::std::string & | s, | |
const ::std::string & | delta, | |||
::std::string & | counts, | |||
const ::Ice::Context * | __context | |||
) | [virtual] |
Implements IceDelegate::GlobalTable::DistributedMap.
bool IceDelegateM::GlobalTable::DistributedMap::remove | ( | const ::std::string & | s, | |
::std::string & | counts, | |||
const ::Ice::Context * | __context | |||
) | [virtual] |
Implements IceDelegate::GlobalTable::DistributedMap.
void IceDelegateM::GlobalTable::DistributedMap::set | ( | const ::std::string & | s, | |
const ::std::string & | counts, | |||
const ::Ice::Context * | __context | |||
) | [virtual] |
Implements IceDelegate::GlobalTable::DistributedMap.
void IceDelegateM::GlobalTable::DistributedMap::waitForAllClients | ( | const ::Ice::Context * | __context | ) | [virtual] |
Implements IceDelegate::GlobalTable::DistributedMap.