Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
fmt::ArgList Class Reference

#include <format.h>

Public Types

enum  { MAX_PACKED_ARGS = 16 }
 

Public Member Functions

 ArgList ()
 
 ArgList (ULongLong types, const internal::Value *values)
 
 ArgList (ULongLong types, const internal::Arg *args)
 
uint64_t types () const
 
internal::Arg operator[] (unsigned index) const
 

Static Public Member Functions

static internal::Arg::Type type (uint64_t types, unsigned index)
 

Private Member Functions

internal::Arg::Type type (unsigned index) const
 

Private Attributes

uint64_t types_
 
union { 
 
      :Value *values_ 
 
      :Arg *args_ 
 
};  
 

Friends

template<typename Char >
class internal::ArgMap
 

Detailed Description

An argument list.

Definition at line 1563 of file format.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
MAX_PACKED_ARGS 

Definition at line 1587 of file format.h.

Constructor & Destructor Documentation

◆ ArgList() [1/3]

fmt::ArgList::ArgList ( )
inline

Definition at line 1589 of file format.h.

+ Here is the caller graph for this function:

◆ ArgList() [2/3]

fmt::ArgList::ArgList ( ULongLong types,
const internal::Value * values )
inline

Definition at line 1591 of file format.h.

◆ ArgList() [3/3]

fmt::ArgList::ArgList ( ULongLong types,
const internal::Arg * args )
inline

Definition at line 1593 of file format.h.

Member Function Documentation

◆ operator[]()

internal::Arg fmt::ArgList::operator[] ( unsigned index) const
inline

Returns the argument at specified index.

Definition at line 1599 of file format.h.

+ Here is the call graph for this function:

◆ type() [1/2]

static internal::Arg::Type fmt::ArgList::type ( uint64_t types,
unsigned index )
inlinestatic

Definition at line 1624 of file format.h.

+ Here is the caller graph for this function:

◆ type() [2/2]

internal::Arg::Type fmt::ArgList::type ( unsigned index) const
inlineprivate

Definition at line 1578 of file format.h.

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

◆ types()

uint64_t fmt::ArgList::types ( ) const
inline

Definition at line 1596 of file format.h.

Friends And Related Symbol Documentation

◆ internal::ArgMap

template<typename Char >
friend class internal::ArgMap
friend

Definition at line 1583 of file format.h.

Member Data Documentation

◆ [union]

union { ... } fmt::ArgList

◆ __pad0__

fmt::ArgList::__pad0__
package

Definition at line 1574 of file format.h.

◆ __pad1__

fmt::ArgList::__pad1__
package

Definition at line 1575 of file format.h.

◆ types_

uint64_t fmt::ArgList::types_
private

Definition at line 1567 of file format.h.


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