|
| struct | DataProtection |
| |
| struct | DCCLSerializerParserHelperBase |
| | Wraps a dccl::Codec in a thread-safe way to make it usable by SerializerParserHelper. More...
|
| |
| struct | primitive_type |
| |
| struct | primitive_type< std::shared_ptr< const T > > |
| |
| struct | primitive_type< std::shared_ptr< T > > |
| |
| class | SubscriptionStore |
| | Storage class for a specific interthread subscription (and related data). Used by InterThreadTransporter. More...
|
| |
| class | SubscriptionStoreBase |
| | Base class for interthread subscription information. Non-template so it can be stored in a single container. Used by InterThreadTransporter. More...
|
| |
| struct | ThreadTypeSelector |
| | Selects which constructor to use based on whether the thread is launched with an index or not (that is, index == -1), and with a configuration object or not. Not directly called by user code. More...
|
| |
| struct | ThreadTypeSelector< ThreadType, ThreadConfig, false, false > |
| | ThreadTypeSelector instantiation for calling a constructor without an index parameter ora configuration value, e.g. "MyThread()". More...
|
| |
| struct | ThreadTypeSelector< ThreadType, ThreadConfig, false, true > |
| | ThreadTypeSelector instantiation for calling a constructor without an index parameter but with a configuration value, e.g. "MyThread(const MyConfig& cfg)". More...
|
| |
| struct | ThreadTypeSelector< ThreadType, ThreadConfig, true, false > |
| | ThreadTypeSelector instantiation for calling a constructor with an index parameter and without a configuration value, e.g. "MyThread(int index)". More...
|
| |
| struct | ThreadTypeSelector< ThreadType, ThreadConfig, true, true > |
| | ThreadTypeSelector instantiation for calling a constructor with an index parameter and a configuration value, e.g. "MyThread(const MyConfig& cfg, int index)". More...
|
| |