index
title: index
---# rallyhere::a2s_challenge_response
| Kind | Name |
|---|---|
| variable | header |
| variable | type |
| variable | challenge |
rallyhere::a2s_simple_response
| Kind | Name |
|---|---|
| variable | header |
| variable | type |
rallyhere::A2SDatagram
| Kind | Name |
|---|---|
| variable | Data |
| variable | next |
| variable | overflowed |
| function | A2SDatagram |
| function | A2SDatagram |
| function | A2SDatagram |
| function | A2SDatagram |
| function | A2SDatagram |
| function | put |
| function | operator<< |
| function | operator<< |
| function | operator<< |
| function | operator<< |
| function | operator<< |
| function | operator>> |
| function | operator>> |
| function | get |
| function | operator>> |
| function | operator>> |
| function | operator>> |
| function | operator>> |
| function | operator>> |
| function | size |
| function | seek |
fmt::formatter< boost::system::error_code >
| Kind | Name |
|---|---|
| function | parse |
| function | format |
fmt::formatter< http::request< rallyhere::string_body > >
| Kind | Name |
|---|---|
| function | parse |
| function | format |
fmt::formatter< http::response< rallyhere::string_body > >
| Kind | Name |
|---|---|
| function | parse |
| function | format |
RallyHereGameInstanceAdapter
RallyHereMetricAction
| Kind | Name |
|---|---|
| variable | type |
| variable | label_names |
| variable | label_values |
| variable | increment_with_sample |
| variable | set_with_sample |
| variable | increment |
| variable | set |
| variable | unique |
| variable | action |
RallyHereMetricActionIncrement
| Kind | Name |
|---|---|
| variable | change |
RallyHereMetricActionIncrementWithSample
| Kind | Name |
|---|---|
| variable | change |
| variable | sample_rate |
RallyHereMetricActionSet
| Kind | Name |
|---|---|
| variable | value |
RallyHereMetricActionSetWithSample
| Kind | Name |
|---|---|
| variable | value |
| variable | sample_rate |
RallyHereMetricActionUnique
| Kind | Name |
|---|---|
| variable | unique |
RallyHereMetricCheckpoint
| Kind | Name |
|---|---|
| variable | actions |
| variable | timestamp |
RallyHereMetricDefinition
| Kind | Name |
|---|---|
| variable | type |
| variable | name |
| variable | help |
| variable | label_names |
| variable | label_values |
RallyHereStatsBase
| Kind | Name |
|---|---|
| variable | name |
| variable | map |
| variable | folder |
| variable | game |
| variable | id |
| variable | players |
| variable | max_players |
| variable | bots |
| variable | server_type |
| variable | environment |
| variable | visibility |
| variable | anticheat |
| variable | version |
RallyHereStatsBaseProvided
| Kind | Name |
|---|---|
| variable | set_name |
| variable | set_map |
| variable | set_folder |
| variable | set_game |
| variable | set_id |
| variable | set_players |
| variable | set_max_players |
| variable | set_bots |
| variable | set_server_type |
| variable | set_environment |
| variable | set_visibility |
| variable | set_anticheat |
| variable | set_version |
RallyHereStringMap
| Kind | Name |
|---|---|
| function | rallyhere_string_map_create |
| function | rallyhere_string_map_destroy |
| function | rallyhere_string_map_copy |
| function | rallyhere_string_map_clear |
| function | rallyhere_string_map_get |
| function | rallyhere_string_map_set |
| function | rallyhere_string_map_setn |
RallyHereStringMapWrapper
| Kind | Name |
|---|---|
| variable | adapter |
| variable | map |
| variable | code |
| function | RallyHereStringMapWrapper |
| function | ~RallyHereStringMapWrapper |
| function | add_to_string_map |
| function | add_to_string_map |
| function | release |
rallyhere::server_info
| Kind | Name |
|---|---|
| variable | ResponseHeader |
| variable | Header |
| variable | Protocol |
| variable | Name |
| variable | Map |
| variable | Folder |
| variable | GameName |
| variable | ID |
| variable | Players |
| variable | MaxPlayers |
| variable | Bots |
| variable | ServerType |
| variable | Environment |
| variable | Visibility |
| variable | VAC |
| variable | Version |
| variable | EDF |
| function | operator== |
rallyhere::Status
| Kind | Name |
|---|---|
| variable | m_Code |
| variable | m_Message |
| function | Status |
| function | Status |
| function | Status |
| function | code |
| function | code_message |
| function | message |
| function | ok |
| function | operator bool |
fmt
rallyhere
| Kind | Name |
|---|---|
| enum | a2s_query |
| enumvalue | info |
| enumvalue | players |
| enumvalue | rules |
| enum | a2s_response_type |
| enumvalue | info |
| enumvalue | info |
| enumvalue | challenge |
| typedef | memory_buffer |
| typedef | string |
| typedef | stringstream |
| typedef | vector |
| typedef | string_body |
| variable | A2S_MAX_DATA_SIZE |
| variable | UDP_HEADER_SIZE |
| function | status_text |
| function | is_error |
| function | is_cancelled |
rallyhere::allocator
| Kind | Name |
|---|---|
| typedef | allocator |
| function | create |
| function | destroy |
c_api.h
| Kind | Name |
|---|---|
| enum | RallyHereLogLevel |
| enumvalue | RH_LOG_LEVEL_ERROR |
| enumvalue | RH_LOG_LEVEL_INFO |
| enumvalue | RH_LOG_LEVEL_DEBUG |
| enumvalue | RH_LOG_LEVEL_TRACE |
| typedef | RallyHereLogLevel |
| typedef | RallyHereLogCallback |
| function | rallyhere_set_default_log_level |
| typedef | RallyHereGameInstanceAdapterPtr |
| typedef | RallyHereStringMapPtr |
| typedef | RallyHereOnAllocatedCallback |
| function | rallyhere_allocator_set_alloc |
| function | rallyhere_allocator_set_free |
| function | rallyhere_allocator_set_realloc |
| function | rallyhere_global_init |
| function | rallyhere_global_cleanup |
c_metrics.h
| Kind | Name |
|---|---|
| enum | RallyHereMetricType |
| enumvalue | RALLY_HERE_METRIC_TYPE_COUNTER |
| enumvalue | RALLY_HERE_METRIC_TYPE_GAUGE |
| enumvalue | RALLY_HERE_METRIC_TYPE_TIMER |
| enumvalue | RALLY_HERE_METRIC_TYPE_SET |
| enum | RallyHereMetricActionType |
| enumvalue | RALLY_HERE_METRIC_ACTION_INCREMENT |
| enumvalue | RALLY_HERE_METRIC_ACTION_INCREMENT_WITH_SAMPLE |
| enumvalue | RALLY_HERE_METRIC_ACTION_SET |
| enumvalue | RALLY_HERE_METRIC_ACTION_SET_WITH_SAMPLE |
| enumvalue | RALLY_HERE_METRIC_ACTION_UNIQUE |
| enum | RallyHereMetricFlush |
| enumvalue | RALLY_HERE_METRIC_FLUSH |
| enumvalue | RALLY_HERE_METRIC_NO_FLUSH |
| typedef | RallyHereMetricType |
| typedef | RallyHereMetricActionType |
| typedef | RallyHereMetricFlush |
| typedef | RallyHereMetricRegistryPtr |
c_platform.h
| Kind | Name |
|---|---|
| define | PLATFORM_LINUX |
| define | RH_EXPORT |
| define | RH_CPP_EXPORT |