template <RefType name_type>
class Argument
Defined at line 227 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
Public Methods
template <typename T, EnableIfConvertibleToStringRef<T, name_type> = true>
void Argument<ArgumentType::kInt64, name_type> (T && name, int64_t value)
Defined at line 231 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
template <typename T, EnableIfConvertibleToStringRef<T, name_type> = true>
void Argument<ArgumentType::kInt64, name_type> (T && name, int64_t value)
Defined at line 231 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
void Argument<ArgumentType::kInt64, name_type> (StringRef<name_type> name, int64_t value)
Defined at line 234 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
void Argument<ArgumentType::kInt64, name_type> (const Argument<ArgumentType::kInt64, name_type> & )
Defined at line 236 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
Argument<ArgumentType::kInt64, name_type> & operator= (const Argument<ArgumentType::kInt64, name_type> & )
Defined at line 237 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
WordSize PayloadSize ()
Defined at line 239 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
uint64_t Header ()
Defined at line 242 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
template <typename Reservation>
void Write (Reservation & res)
Defined at line 249 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
StringRef<name_type> name ()
Defined at line 255 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
int64_t value ()
Defined at line 256 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
bool operator== (const Argument<ArgumentType::kInt64, name_type> & other)
Defined at line 258 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
bool operator!= (const Argument<ArgumentType::kInt64, name_type> & other)
Defined at line 261 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h