template <RefType name_type>

class Argument

Defined at line 77 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h

Public Methods

template <typename T, EnableIfConvertibleToStringRef<T, name_type> = true>
void Argument<ArgumentType::kBool, name_type> (T && name, bool value)

Defined at line 81 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h

template <typename T, EnableIfConvertibleToStringRef<T, name_type> = true>
void Argument<ArgumentType::kBool, name_type> (T && name, bool value)

Defined at line 81 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h

void Argument<ArgumentType::kBool, name_type> (StringRef<name_type> name, bool value)

Defined at line 84 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h

void Argument<ArgumentType::kBool, name_type> (const Argument<ArgumentType::kBool, name_type> & )

Defined at line 86 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h

Argument<ArgumentType::kBool, name_type> & operator= (const Argument<ArgumentType::kBool, name_type> & )

Defined at line 87 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h

WordSize PayloadSize ()

Defined at line 89 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h

uint64_t Header ()

Defined at line 92 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h

template <typename Reservation>
void Write (Reservation & res)

Defined at line 100 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h

StringRef<name_type> name ()

Defined at line 105 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h

bool value ()

Defined at line 106 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h

bool operator== (const Argument<ArgumentType::kBool, name_type> & other)

Defined at line 108 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h

bool operator!= (const Argument<ArgumentType::kBool, name_type> & other)

Defined at line 111 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h