Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_rest_ctx_t Struct Reference

Private REST data. More...

#include <rest.h>

Public Attributes

ecs_world_tworld
 The world.
 
ecs_http_server_tsrv
 HTTP server instance.
 
int32_t rc
 Reference count.
 
ecs_map_t cmd_captures
 Map of command captures.
 
double last_time
 Last processing time.
 

Detailed Description

Private REST data.

Definition at line 50 of file rest.h.

Member Data Documentation

◆ cmd_captures

ecs_map_t ecs_rest_ctx_t::cmd_captures

Map of command captures.

Definition at line 54 of file rest.h.

◆ last_time

double ecs_rest_ctx_t::last_time

Last processing time.

Definition at line 55 of file rest.h.

◆ rc

int32_t ecs_rest_ctx_t::rc

Reference count.

Definition at line 53 of file rest.h.

◆ srv

ecs_http_server_t* ecs_rest_ctx_t::srv

HTTP server instance.

Definition at line 52 of file rest.h.

◆ world

ecs_world_t* ecs_rest_ctx_t::world

The world.

Definition at line 51 of file rest.h.


The documentation for this struct was generated from the following file: