Lightstreamer C++ Client SDK
|
CLightstreamer::ClientListener | Interface to be implemented to listen to LightstreamerClient events comprehending notifications of connection activity and errors |
CLightstreamer::ClientMessageListener | Interface to be implemented to listen to LightstreamerClient#sendMessage events reporting a message processing outcome |
CLightstreamer::ConnectionDetails | Used by LightstreamerClient to provide a basic connection properties data object |
CLightstreamer::ConnectionOptions | Used by LightstreamerClient to provide an extra connection properties data object |
CLightstreamer::ItemUpdate | Contains all the information related to an update of the field values for an item |
CLightstreamer::LightstreamerClient | Facade class for the management of the communication to Lightstreamer Server |
CLightstreamer::Logger | Interface to be implemented to consume log from the library |
▼CLightstreamer::LoggerProvider | Simple interface to be implemented to provide custom log consumers to the library |
CLightstreamer::ConsoleLoggerProvider | Simple concrete logging provider that logs on the system console |
▼Cstd::runtime_error | |
CLightstreamer::LightstreamerError | Base class for exceptions thrown by the library |
CLightstreamer::Subscription | Class representing a Subscription to be submitted to a Lightstreamer Server |
CLightstreamer::SubscriptionListener | Interface to be implemented to listen to Subscription events comprehending notifications of subscription/unsubscription, updates, errors and others |