|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Namespaces | |
| namespace | json |
Data Structures | |
| struct | BreakpointInfo |
| Breakpoint information. More... | |
| struct | FrameInfo |
| Stack frame information. More... | |
| struct | HttpRequest |
| Parsed HTTP request. More... | |
| struct | HttpResponse |
| HTTP response builder. More... | |
| class | HttpServer |
| Simple single-threaded HTTP server. More... | |
| class | LLDBController |
| LLDB process controller. More... | |
| struct | ThreadInfo |
| Thread information. More... | |
| struct | VariableInfo |
| Variable information (from LLDB SBValue) More... | |
Typedefs | |
| using | RouteHandler = std::function< HttpResponse(const HttpRequest &)> |
| Route handler function type. | |
Enumerations | |
| enum class | ProcessState { Invalid , Running , Stopped , Exited , Crashed , Detached } |
| Process state enumeration. More... | |
| using ascii_query::RouteHandler = typedef std::function<HttpResponse(const HttpRequest &)> |
Route handler function type.
Definition at line 157 of file http_server.h.
|
strong |
Process state enumeration.
Definition at line 35 of file lldb_controller.h.