FreeRDP-WebConnect WebSockets gateway  1.0.0.167
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCtracing::bfd_tracerGeneric backtrace genrator using BFD
oCtracing::dummy_tracerAn empty backtrace generator, which gets used, when neither BFD nor Dwarf are available
oCtracing::dwarf_tracerGeneric backtrace genrator using Dwarf
oCtracing::exceptionAn exception, which can generate a backtrace
|oCtracing::logic_errorLogic errors represent problems in the internal logic of a program; in theory, these are preventable, and even detectable before the program runs (e.g., violations of class invariants)
||oCtracing::domain_errorThrown by the library, or by you, to report domain errors (domain in the mathmatical sense)
||oCtracing::invalid_argumentThrown to report invalid arguments to functions
||oCtracing::length_errorThrown when an object is constructed that would exceed its maximum permitted size (e.g., a basic_string instance)
||\Ctracing::out_of_rangeThis represents an argument whose value is not within the expected range (e.g., boundary checks in basic_string)
|\Ctracing::runtime_errorRuntime errors represent problems outside the scope of a program; they cannot be easily predicted and can generally only be caught as the program executes
| oCtracing::overflow_errorThrown to indicate arithmetic overflow
| oCtracing::range_errorThrown to indicate range errors in internal computations
| \Ctracing::underflow_errorThrown to indicate arithmetic underflow
oCwsgate::kbdioA small helper class for providing cross-platform non-blocking keyboard input
oCwsgate::loggerA logging class, mapping syslog(3) functionality to C++ on Unix systems
oCwsgate::NTServiceA class for implementing a Windows service
oCwsgate::PngThis class implements a simple PNG generator for generating in-memory cursor images
oCwsgate::PrimaryImplementation of the FreeRDP Primary interface
oCRawSocketHandler [external]
|\Cwsgate::MyRawSocketHandlerThis class is our specialization of RawSocketHandler which handles all WebSocket I/O events
oCwsgate::RDPThis class serves as a wrapper around the main FreeRDP API
oCwsgate::UpdateImplementation of the FreeRDP Update interface
oCwsgate::wsgContextOur extension of FreeRDP's context
\Cwsgate::WsRdpParamsOur set of session parameters (from html form)