template <RefType name_type>

class Argument

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

Public Methods

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

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

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

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

void Argument<ArgumentType::kNull, name_type> (StringRef<name_type> name)

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

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

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

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

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

WordSize PayloadSize ()

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

uint64_t Header ()

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

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

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

StringRef<name_type> name ()

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

std::nullptr_t value ()

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

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

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

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

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