template <typename KeyType>

class KeyedTestObjBase

Defined at line 41 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/objects.h

The base class for keyed test objects. Implements the storage for a key as

well as the default traits accessor and a set method for use by tests.

Public Methods

void KeyedTestObjBase<KeyType> (size_t val)

Defined at line 43 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/objects.h

KeyType GetKey ()

Defined at line 45 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/objects.h

void SetKey (KeyType key)

Defined at line 46 of file ../../src/lib/fidl/llcpp/tests/dispatcher/intrusive_container/objects.h