Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nignition
 Ntransport
 CAdvertiseMessageAdvertise packet used in the discovery protocol to broadcast information about the node advertising a topic
 CAdvertiseMessageOptionsA class for customizing the publication options for a topic advertised
 CAdvertiseOptionsIgnition/transport/AdvertiseOptions.hh
 CAdvertiseServiceOptionsA class for customizing the publication options for a service advertised
 CDiscoveryA discovery class that implements a distributed topic discovery protocol
 CHandlerStorageIgnition/transport/HandlerStorage.hh
 CHeaderHeader included in each discovery message containing the version of the discovery protocol, the process UUID of the sender node, the type
 CIRepHandlerInterface class used to manage a replier handler
 CIReqHandlerInterface class used to manage a request handler
 CISubscriptionHandlerIgnition/transport/SubscriptionHandler.hh
 CMessageInfoA class that provides information about the message received
 CMessagePublisherIgnition/transport/Publisher.hh
 CNodeA class that allows a client to communicate with other peers
 CPublisherA class that is used to store information about an advertised publisher
 CNodeOptionsA class for customizing the behavior of the Node
 CNodeOptionsPrivate
 CNodePrivate
 CNodeSharedPrivate data for the Node class
 CPublisherIgnition/transport/Publisher.hh
 CRepHandlerWith the service response
 CReqHandlerIt creates a reply handler for the specific protobuf messages used
 CReqHandler< google::protobuf::Message, google::protobuf::Message >
 CServicePublisherIgnition/transport/Publisher.hh
 CSubscribeOptionsIgnition/transport/SubscribeOptions.hh
 CSubscribeOptionsPrivateIgnition/transport/SubscribeOptionsPrivate.hh
 CSubscriptionHandlerIt creates a subscription handler for a specific protobuf message
 CSubscriptionHandler< ProtoMsg >Specialized template when the user prefers a callbacks that accepts a generic google::protobuf::message instead of a specific type
 CSubscriptionMsgSubscription packet used in the discovery protocol for requesting information about a given topic
 CTopicStorageStore address information about topics and provide convenient methods for adding new topics, removing them, etc
 CTopicUtilsThis class provides different utilities related with topics
 CUuidA portable class for representing a Universally Unique Identifier
 CReqHandler< google::protobuf::Message >Template specialization for google::protobuf::Message