template <RefType name_type, RefType val_type>
class Argument
Defined at line 476 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
Public Methods
template <typename T, typename U, EnableIfConvertibleToStringRef<T, name_type> = true, EnableIfConvertibleToStringRef<U, val_type> = true>
void Argument<ArgumentType::kString, name_type, val_type> (T && name, U && value)
Defined at line 481 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
template <typename T, typename U, EnableIfConvertibleToStringRef<T, name_type> = true, EnableIfConvertibleToStringRef<U, val_type> = true>
void Argument<ArgumentType::kString, name_type, val_type> (T && name, U && value)
Defined at line 481 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
void Argument<ArgumentType::kString, name_type, val_type> (StringRef<name_type> name, StringRef<val_type> value)
Defined at line 484 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
void Argument<ArgumentType::kString, name_type, val_type> (const Argument<ArgumentType::kString, name_type, val_type> & )
Defined at line 487 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
Argument<ArgumentType::kString, name_type, val_type> & operator= (const Argument<ArgumentType::kString, name_type, val_type> & )
Defined at line 488 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
WordSize PayloadSize ()
Defined at line 490 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
uint64_t Header ()
Defined at line 494 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
template <typename Reservation>
void Write (Reservation & res)
Defined at line 502 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
StringRef<name_type> name ()
Defined at line 508 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
StringRef<val_type> value ()
Defined at line 509 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
bool operator== (const Argument<ArgumentType::kString, name_type, val_type> & other)
Defined at line 511 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
bool operator!= (const Argument<ArgumentType::kString, name_type, val_type> & other)
Defined at line 514 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h