Skip to content

rallyhere Namespace

Summary

KindViewDescription
namespacerallyhere::allocator
structrallyhere::a2s_simple_response
structrallyhere::server_info
structrallyhere::A2SDatagram
classrallyhere::Status
enuma2s_query
typedefmemory_buffer
typedefstring
typedefstringstream
typedefvector
typedefstring_body
constexpr unsigned intA2S_MAX_DATA_SIZE
constexpr unsigned intUDP_HEADER_SIZE
RH_EXPORT const char *status_text(RallyHereStatusCode )
constexpr boolis_error(RallyHereStatusCode err)
constexpr boolis_cancelled(RallyHereStatusCode err)

Enum

a2s_query

EnumeratorInitializer
info= 0x54
players= 0x55
rules= 0x56

Typedef

memory_buffer

using rallyhere::memory_buffer = typedef fmt::basic_memory_buffer<char, fmt::inline_buffer_size, rallyhere::allocator::allocator<char> >

string

using rallyhere::string = typedef std::basic_string<char, std::char_traits<char>, rallyhere::allocator::allocator<char> >

stringstream

using rallyhere::stringstream = typedef std::basic_stringstream<char, std::char_traits<char>, rallyhere::allocator::allocator<char> >

vector

using rallyhere::vector = typedef std::vector<T, rallyhere::allocator::allocator<T> >

string_body

using rallyhere::string_body = typedef boost::beast::http::basic_string_body<char, std::char_traits<char>, rallyhere::allocator::allocator<char> >

Var

A2S_MAX_DATA_SIZE

constexpr unsigned int rallyhere::A2S_MAX_DATA_SIZE

UDP_HEADER_SIZE

constexpr unsigned int rallyhere::UDP_HEADER_SIZE

Func

status_text

RH_EXPORT const char * status_text(RallyHereStatusCode )

Parameters

TypeName
RallyHereStatusCode

Description

is_error

constexpr bool is_error(RallyHereStatusCode err)

Parameters

TypeName
RallyHereStatusCodeerr

Description

is_cancelled

constexpr bool is_cancelled(RallyHereStatusCode err)

Parameters

TypeName
RallyHereStatusCodeerr

Description