template <RefType name_type>

class Argument

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

Public Methods

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

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

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

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

void Argument<ArgumentType::kKoid, name_type> (StringRef<name_type> name, Koid value)

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

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

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

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

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

WordSize PayloadSize ()

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

uint64_t Header ()

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

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

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

StringRef<name_type> name ()

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

Koid value ()

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

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

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

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

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