template <RefType name_type>

class Argument

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

Public Methods

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

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

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

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

void Argument<ArgumentType::kInt32, name_type> (StringRef<name_type> name, int32_t value)

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

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

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

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

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

WordSize PayloadSize ()

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

uint64_t Header ()

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

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

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

StringRef<name_type> name ()

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

int32_t value ()

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

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

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

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

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