Collage
0.6.1
|
co::Array< T > | A wrapper to (de)serialize arrays |
co::Barrier | A networked, versioned barrier |
co::Buffer | A receive buffer, containing the data for a co::ICommand |
co::BufferConnection | A proxy connection buffering outgoing data into a memory buffer |
co::BufferListener | A listener interface to buffer state changes |
co::Command | |
co::CommandCache | A command cache handles the reuse of allocated packets for a node |
co::CommandFunc< T > | A wrapper to register a function callback on an object instance |
co::CommandQueue | A CommandQueue is a thread-safe queue for command packets |
co::Compressor | |
co::CompressorInfo | |
co::Connection | An interface definition for communication between hosts |
co::ConnectionDescription | Describes Connection parameters |
co::ConnectionListener | A listener interface to connection changes |
co::ConnectionSet | Handles events on a set of connections |
co::CPUCompressor | |
co::CustomICommand | A command specialization for custom commands |
co::CustomOCommand | A class for sending custom commands and data to local & external nodes |
co::DataIStream | A std::istream-like input data stream for binary data |
co::DataIStreamArchive | A boost.serialization archive for a co::DataIStream |
co::DataIStreamArchive::use_array_optimization | |
co::DataIStreamArchive::use_array_optimization::apply< T > | |
co::DataOStream | A std::ostream buffering and/or retaining data in a binary format |
co::DataOStreamArchive | A boost.serialization archive for a co::DataOStream |
co::DataOStreamArchive::use_array_optimization | |
co::DataOStreamArchive::use_array_optimization::apply< T > | |
co::DataStreamArchiveException | Exception being thrown when serialization cannot proceed |
co::Dispatcher | A helper class providing command packet dispatch functionality to networked objects |
co::ErrorRegistry | The registry translating error codes to strings |
co::Exception | A base Exception for Collage operations |
co::Global | Global parameter handling for the Collage library |
co::ICommand | A class managing received commands |
co::InstanceCache | |
co::InstanceCache::Data | One cache entry |
co::LocalNode | Specialization of a local node |
co::Node | Manages a node |
co::NodeCommandPacket | Packet sent to and handled by an co::Node |
co::NodePacket | Packet sent to and handled by an co::Node |
co::Object | A generic, distributed object |
co::ObjectFactory | The interface to create objects, used by objectMap |
co::ObjectHandler | Interface for entities which map and register objects |
co::ObjectICommand | A command specialization for objects |
co::ObjectMap | Central distributed object registry |
co::ObjectOCommand | A class for sending commands and data to local & external objects |
co::ObjectPacket | Packet sent to and handled by an co::Object |
co::ObjectVersion | A helper struct bundling an object identifier and version |
co::OCommand | A class for sending commands with data to local and external nodes |
co::Packet | A packet send over the network |
co::Plugin | |
co::PluginRegistry | The registry for all loaded Equalizer plugins |
co::QueueEmptyPacket | |
co::QueueGetItemPacket | |
co::QueueItem | The item of the distributed queue holding the data |
co::QueueItemPacket | |
co::QueueMaster | The producer end of a distributed queue |
co::QueueSlave | The consumer end of a distributed queue |
co::Serializable | Base class for distributed, inheritable objects |
co::Version | Information about the current Collage version |
co::WorkerThread< Q > | A worker thread |
co::Zeroconf | A zeroconf communicator |
EqCompressorInfo | Information about one compressor |
hash< co::ObjectVersion > | ObjectVersion hash function |