![]() |
Rosetta
2021.16
|
#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 { | |
| const internal::Value * values_ | |
| const internal::Arg * args_ | |
| }; | |
Friends | |
| template<typename Char > | |
| class | internal::ArgMap |
An argument list.
|
inline |
|
inline |
|
inline |
|
inline |
Returns the argument at specified index.
References fmt::arg(), test.T150_PyMOL_Integration::i, ObjexxFCL::index(), DRRAFTER::type, and fmt::internal::Arg::type.
|
inlineprivate |
References DRRAFTER::type.
Referenced by fmt::internal::ArgMap< Char >::init().
|
inlinestatic |
|
inline |
|
friend |
| union { ... } |
| const internal::Arg* fmt::ArgList::args_ |
Referenced by fmt::internal::ArgMap< Char >::init().
|
private |
| const internal::Value* fmt::ArgList::values_ |
Referenced by fmt::internal::ArgMap< Char >::init().
1.8.7