FreeRDP-WebConnect WebSockets gateway  1.0.0.167
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oNtracingThis namespace encapsulates our custom tracing exception and their derived classes
|oCdummy_tracerAn empty backtrace generator, which gets used, when neither BFD nor Dwarf are available
|oCbfd_tracerGeneric backtrace genrator using BFD
|oCdwarf_tracerGeneric backtrace genrator using Dwarf
|oCexceptionAn exception, which can generate a backtrace
|oCruntime_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
|oClogic_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)
|oCdomain_errorThrown by the library, or by you, to report domain errors (domain in the mathmatical sense)
|oCinvalid_argumentThrown to report invalid arguments to functions
|oClength_errorThrown when an object is constructed that would exceed its maximum permitted size (e.g., a basic_string instance)
|oCout_of_rangeThis represents an argument whose value is not within the expected range (e.g., boundary checks in basic_string)
|oCrange_errorThrown to indicate range errors in internal computations
|oCoverflow_errorThrown to indicate arithmetic overflow
|\Cunderflow_errorThrown to indicate arithmetic underflow
oNutf8_validator
oNwsgateThe namespace of the main proxy application
|oCkbdioA small helper class for providing cross-platform non-blocking keyboard input
|oCloggerA logging class, mapping syslog(3) functionality to C++ on Unix systems
|oCMyRawSocketHandlerThis class is our specialization of RawSocketHandler which handles all WebSocket I/O events
|oCNTServiceA class for implementing a Windows service
|oCPngThis class implements a simple PNG generator for generating in-memory cursor images
|oCPrimaryImplementation of the FreeRDP Primary interface
|oCRDPThis class serves as a wrapper around the main FreeRDP API
|oCWsRdpParamsOur set of session parameters (from html form)
|oCwsgContextOur extension of FreeRDP's context
|\CUpdateImplementation of the FreeRDP Update interface
\NwsppThis namespace encapsulates the basic WebSockets protocol logic