Project Alice
Loading...
Searching...
No Matches
sys::player_value< _Size > Struct Template Reference

#include <container_types.hpp>

Public Member Functions

std::string_view to_string_view () noexcept
 
player_value< _Size > from_string_view (std::string_view sv) noexcept
 
std::string to_string () noexcept
 
bool empty () noexcept
 
void append (char c) noexcept
 
char pop () noexcept
 

Public Attributes

std::array< uint8_t, _Size > data = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
 

Detailed Description

template<size_t _Size>
struct sys::player_value< _Size >

Definition at line 287 of file container_types.hpp.

Member Function Documentation

◆ append()

template<size_t _Size>
void sys::player_value< _Size >::append ( char  c)
inlinenoexcept

Definition at line 313 of file container_types.hpp.

Here is the caller graph for this function:

◆ empty()

template<size_t _Size>
bool sys::player_value< _Size >::empty ( )
inlinenoexcept

Definition at line 309 of file container_types.hpp.

Here is the caller graph for this function:

◆ from_string_view()

template<size_t _Size>
player_value< _Size > sys::player_value< _Size >::from_string_view ( std::string_view  sv)
inlinenoexcept

Definition at line 299 of file container_types.hpp.

Here is the caller graph for this function:

◆ pop()

template<size_t _Size>
char sys::player_value< _Size >::pop ( )
inlinenoexcept

Definition at line 322 of file container_types.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ to_string()

template<size_t _Size>
std::string sys::player_value< _Size >::to_string ( )
inlinenoexcept

Definition at line 305 of file container_types.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ to_string_view()

template<size_t _Size>
std::string_view sys::player_value< _Size >::to_string_view ( )
inlinenoexcept

Definition at line 290 of file container_types.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ data

template<size_t _Size>
std::array<uint8_t, _Size> sys::player_value< _Size >::data = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }

Definition at line 288 of file container_types.hpp.


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