|
Collage
1.5.0
High-performance C++ library for developing object-oriented distributed applications.
|
This is the complete list of members for co::ObjectICommand, including all inherited members.
| clear() (defined in co::ICommand) | co::ICommand | |
| DataIStream(const bool swap) (defined in co::DataIStream) | co::DataIStream | explicitprotected |
| DataIStream(const DataIStream &) (defined in co::DataIStream) | co::DataIStream | explicitprotected |
| deserializeChildren(O *object, const std::vector< C * > &old, std::vector< C * > &result) (defined in co::DataIStream) | co::DataIStream | |
| get() | co::ICommand | inline |
| getBuffer() const (defined in co::ICommand) | co::ICommand | |
| getCommand() const | co::ICommand | |
| getInstanceID() const (defined in co::ObjectICommand) | co::ObjectICommand | |
| getLocalNode() const override | co::ICommand | virtual |
| getNode() const | co::ICommand | inline |
| getObjectID() const (defined in co::ObjectICommand) | co::ObjectICommand | |
| getRemainingBuffer(const uint64_t size) | co::DataIStream | |
| getRemainingBufferSize() | co::DataIStream | |
| getRemoteNode() const override | co::ICommand | virtual |
| getSize() const | co::ICommand | |
| getType() const | co::ICommand | |
| hasData() | co::DataIStream | inline |
| ICommand() (defined in co::ICommand) | co::ICommand | |
| ICommand(LocalNodePtr local, NodePtr remote, ConstBufferPtr buffer, const bool swap) (defined in co::ICommand) | co::ICommand | |
| ICommand(const ICommand &rhs) (defined in co::ICommand) | co::ICommand | |
| isSwapping() const (defined in co::DataIStream) | co::DataIStream | |
| isValid() const | co::ICommand | |
| ObjectICommand(LocalNodePtr local, NodePtr remote, ConstBufferPtr buffer, const bool swap) (defined in co::ObjectICommand) | co::ObjectICommand | |
| ObjectICommand(const ICommand &command) | co::ObjectICommand | |
| ObjectICommand(const ObjectICommand &rhs) | co::ObjectICommand | |
| operator()() (defined in co::ICommand) | co::ICommand | |
| operator=(const ICommand &rhs) (defined in co::ICommand) | co::ICommand | |
| operator=(const DataIStream &rhs) (defined in co::DataIStream) | co::DataIStream | |
| operator>>(T &value) | co::DataIStream | inline |
| operator>>(Array< T > array) | co::DataIStream | inline |
| operator>>(lunchbox::RefPtr< T > &) | co::DataIStream | |
| operator>>(lunchbox::Buffer< T > &) | co::DataIStream | |
| operator>>(std::vector< T > &) | co::DataIStream | |
| operator>>(std::map< K, V > &) | co::DataIStream | |
| operator>>(std::set< T > &) | co::DataIStream | |
| operator>>(stde::hash_map< K, V > &) | co::DataIStream | |
| operator>>(stde::hash_set< T > &) | co::DataIStream | |
| operator>>(std::string &str) | co::DataIStream | inline |
| operator>>(Object *&object) | co::DataIStream | inline |
| operator>>(std::vector< uint8_t > &value) | co::DataIStream | inline |
| operator>>(std::vector< uint16_t > &value) | co::DataIStream | inline |
| operator>>(std::vector< int16_t > &value) | co::DataIStream | inline |
| operator>>(std::vector< uint32_t > &value) | co::DataIStream | inline |
| operator>>(std::vector< int32_t > &value) | co::DataIStream | inline |
| operator>>(std::vector< uint64_t > &value) | co::DataIStream | inline |
| operator>>(std::vector< int64_t > &value) | co::DataIStream | inline |
| operator>>(std::vector< float > &value) | co::DataIStream | inline |
| operator>>(std::vector< double > &value) | co::DataIStream | inline |
| operator>>(std::vector< ObjectVersion > &value) | co::DataIStream | inline |
| read() | co::DataIStream | inline |
| reset() (defined in co::DataIStream) | co::DataIStream | inlinevirtual |
| setCommand(const uint32_t cmd) (defined in co::ICommand) | co::ICommand | |
| setDispatchFunction(const Dispatcher::Func &func) (defined in co::ICommand) | co::ICommand | |
| setSwapping(const bool onOff) (defined in co::DataIStream) | co::DataIStream | |
| setType(const CommandType type) (defined in co::ICommand) | co::ICommand | |
| swap(T &v) | co::DataIStream | inlinestatic |
| wasUsed() const (defined in co::DataIStream) | co::DataIStream | |
| ~DataIStream() (defined in co::DataIStream) | co::DataIStream | protectedvirtual |
| ~ICommand() (defined in co::ICommand) | co::ICommand | virtual |
| ~ObjectICommand() | co::ObjectICommand | virtual |