 tracing | This namespace encapsulates our custom tracing exception and their derived classes |
  dummy_tracer | An empty backtrace generator, which gets used, when neither BFD nor Dwarf are available |
  bfd_tracer | Generic backtrace genrator using BFD |
  dwarf_tracer | Generic backtrace genrator using Dwarf |
  exception | An exception, which can generate a backtrace |
  runtime_error | Runtime errors represent problems outside the scope of a program; they cannot be easily predicted and can generally only be caught as the program executes |
  logic_error | Logic 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) |
  domain_error | Thrown by the library, or by you, to report domain errors (domain in the mathmatical sense) |
  invalid_argument | Thrown to report invalid arguments to functions |
  length_error | Thrown when an object is constructed that would exceed its maximum permitted size (e.g., a basic_string instance) |
  out_of_range | This represents an argument whose value is not within the expected range (e.g., boundary checks in basic_string) |
  range_error | Thrown to indicate range errors in internal computations |
  overflow_error | Thrown to indicate arithmetic overflow |
  underflow_error | Thrown to indicate arithmetic underflow |
 utf8_validator | |
 wsgate | The namespace of the main proxy application |
  kbdio | A small helper class for providing cross-platform non-blocking keyboard input |
  logger | A logging class, mapping syslog(3) functionality to C++ on Unix systems |
  MyRawSocketHandler | This class is our specialization of RawSocketHandler which handles all WebSocket I/O events |
  NTService | A class for implementing a Windows service |
  Png | This class implements a simple PNG generator for generating in-memory cursor images |
  Primary | Implementation of the FreeRDP Primary interface |
  RDP | This class serves as a wrapper around the main FreeRDP API |
  WsRdpParams | Our set of session parameters (from html form) |
  wsgContext | Our extension of FreeRDP's context |
  Update | Implementation of the FreeRDP Update interface |
 wspp | This namespace encapsulates the basic WebSockets protocol logic |