Public Types | Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
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)
 
internal::Arg operator[] (unsigned index) const
 

Private Member Functions

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

Private Attributes

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

Friends

template<typename Char >
class internal::ArgMap
 

Detailed Description

An argument list.

Definition at line 1576 of file format.h.

Member Enumeration Documentation

anonymous enum
Enumerator
MAX_PACKED_ARGS 

Definition at line 1606 of file format.h.

Constructor & Destructor Documentation

fmt::ArgList::ArgList ( )
inline

Definition at line 1608 of file format.h.

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

Definition at line 1610 of file format.h.

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

Definition at line 1612 of file format.h.

Member Function Documentation

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

Returns the argument at specified index.

Definition at line 1616 of file format.h.

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

Definition at line 1593 of file format.h.

Friends And Related Function Documentation

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

Definition at line 1602 of file format.h.

Member Data Documentation

union { ... }
const internal::Arg* fmt::ArgList::args_

Definition at line 1590 of file format.h.

uint64_t fmt::ArgList::types_
private

Definition at line 1581 of file format.h.

const internal::Value* fmt::ArgList::values_

Definition at line 1589 of file format.h.


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:09