Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nflecs
 Cecs_alert_desc_tAlert descriptor, used with ecs_alert_init()
 Cecs_alert_severity_filter_tAlert severity filter
 Cecs_app_desc_tUsed with ecs_app_run()
 Cecs_array_desc_tUsed with ecs_array_init()
 Cecs_bitmask_constant_tType that describes an bitmask constant
 Cecs_bitmask_desc_tUsed with ecs_bitmask_init()
 Cecs_build_info_tType with information about the current Flecs build
 Cecs_bulk_desc_tUsed with ecs_bulk_init()
 Cecs_component_desc_tUsed with ecs_component_init()
 Cecs_const_var_desc_tUsed with ecs_const_var_init
 Cecs_counter_tMonotonically increasing counter
 Cecs_entities_tType returned by ecs_get_entities()
 Cecs_entity_desc_tUsed with ecs_entity_init()
 Cecs_entity_to_json_desc_tUsed with ecs_iter_to_json()
 Cecs_enum_constant_tType that describes an enum constant
 Cecs_enum_desc_tUsed with ecs_enum_init()
 Cecs_event_desc_tUsed with ecs_emit()
 Cecs_expr_eval_desc_tUsed with ecs_expr_run()
 Cecs_from_json_desc_tUsed with ecs_ptr_from_json(), ecs_entity_from_json()
 Cecs_function_ctx_tScript function context
 Cecs_function_desc_tUsed with ecs_function_init and ecs_method_init
 Cecs_gauge_tSimple value that indicates current state
 Cecs_header_tHeader for ecs_poly_t objects
 Cecs_http_connection_tA connection manages communication with the remote host
 Cecs_http_key_value_tHelper type used for headers & URL query parameters
 Cecs_http_reply_tAn HTTP reply
 Cecs_http_request_tAn HTTP request
 Cecs_http_server_desc_tUsed with ecs_http_server_init()
 Cecs_iter_tIterator
 Cecs_iter_to_json_desc_tUsed with ecs_iter_to_json()
 Cecs_member_tElement type of members vector in EcsStruct
 Cecs_member_value_range_tType expressing a range for a member value
 Cecs_meta_cursor_tType that enables iterating/populating a value using reflection data
 Cecs_meta_scope_tType with information about currently serialized scope
 Cecs_meta_type_op_tMeta type serializer instruction data
 Cecs_metric_desc_tUsed with ecs_metric_init to create metric
 Cecs_metric_tMake all metrics the same size, so we can iterate over fields
 Cecs_observer_desc_tUsed with ecs_observer_init()
 Cecs_observer_tAn observer reacts to events matching a query
 Cecs_opaque_desc_tUsed with ecs_opaque_init()
 Cecs_os_api_tOS API interface
 Cecs_pipeline_desc_tPipeline descriptor, used with ecs_pipeline_init()
 Cecs_pipeline_stats_tStatistics for all systems in a pipeline
 Cecs_primitive_desc_tUsed with ecs_primitive_init()
 Cecs_query_count_tStruct returned by ecs_query_count()
 Cecs_query_desc_tUsed with ecs_query_init()
 Cecs_query_group_info_tType that contains information about a query group
 Cecs_query_stats_tStatistics for a single query (use ecs_query_cache_stats_get)
 Cecs_query_tQueries are lists of constraints (terms) that match entities
 Cecs_record_tRecord for entity index
 Cecs_script_desc_tUsed with ecs_script_init()
 Cecs_script_eval_desc_tUsed with ecs_script_parse() and ecs_script_eval()
 Cecs_script_parameter_tFunction argument type
 Cecs_script_tScript object
 Cecs_script_var_tScript variable
 Cecs_script_vars_tScript variable scope
 Cecs_serializer_tSerializer interface
 Cecs_struct_desc_tUsed with ecs_struct_init()
 Cecs_sync_stats_tStatistics for sync point
 Cecs_system_desc_tUse with ecs_system_init() to create or update a system
 Cecs_system_stats_tStatistics for a single system (use ecs_system_stats_get())
 Cecs_system_tSystem type, get with ecs_system_get()
 Cecs_table_cache_hdr_tHeader for table cache elements
 Cecs_table_record_tMetadata describing where a component id is stored in a table
 Cecs_term_ref_tType that describes a reference to an entity or variable in a term
 Cecs_term_tType that describes a term (single element in a query)
 Cecs_time_tTime type
 Cecs_type_hooks_t
 Cecs_type_info_tType that contains component information (passed to ctors/dtors/...)
 Cecs_type_tA type is a list of (component) ids
 Cecs_unit_desc_tUsed with ecs_unit_init()
 Cecs_unit_prefix_desc_tUsed with ecs_unit_prefix_init()
 Cecs_unit_translation_tHelper type to describe translation between two units
 Cecs_value_tUtility to hold a value of a dynamic type
 Cecs_vector_desc_tUsed with ecs_vector_init()
 Cecs_world_info_tType that contains information about the world
 Cecs_world_stats_t
 Cecs_world_to_json_desc_tUsed with ecs_iter_to_json()
 CEcsAlertInstanceComponent added to alert instance
 CEcsAlertsActiveMap with active alerts for entity
 CEcsArrayComponent added to array type entities
 CEcsBitmaskComponent added to bitmask type entities
 CEcsComponentComponent information
 CEcsDefaultChildComponentWhen added to an entity this informs serialization formats which component to use when a value is assigned to an entity without specifying the component
 CEcsDocDescriptionComponent that stores description
 CEcsEnumComponent added to enum type entities
 CEcsIdentifierA (string) identifier
 CEcsMemberComponent added to member entities
 CEcsMemberRangesComponent added to member entities to express valid value ranges
 CEcsMetricSourceComponent that stores metric source
 CEcsMetricValueComponent that stores metric value
 CEcsOpaqueOpaque type reflection data
 CEcsPipelineStatsComponent that stores pipeline statistics
 CEcsPolyComponent for storing a poly object
 CEcsPrimitiveComponent added to primitive types
 CEcsRateFilterApply a rate filter to a tick source
 CEcsRestComponent that creates a REST API server when instantiated
 CEcsScriptScript component
 CEcsScriptConstVarConst component
 CEcsScriptFunctionFunction component
 CEcsScriptMethodMethod component
 CEcsStatsHeaderCommon data for statistics
 CEcsStructComponent added to struct type entities
 CEcsSystemStatsComponent that stores system statistics
 CEcsTickSourceComponent used to provide a tick source to systems
 CEcsTimerComponent used for one shot/interval timer functionality
 CEcsTypeComponent that is automatically added to every type with the right kind
 CEcsTypeSerializerComponent that stores the type serializer
 CEcsUnitComponent that stores unit data
 CEcsUnitPrefixComponent that stores unit prefix data
 CEcsVectorComponent added to vector type entities
 CEcsWorldStatsComponent that stores world statistics
 CEcsWorldSummaryComponent that stores a summary of world statistics