class Guid
Defined at line 37 of file ../../src/storage/fvm/test_support.h
Convenient wrapper over uint8_t array.
Public Methods
void Guid ()
Defined at line 39 of file ../../src/storage/fvm/test_support.h
void Guid (const uint8_t[16] data)
Defined at line 40 of file ../../src/storage/fvm/test_support.h
void Guid (const uint8_t * data, size_t size)
Defined at line 43 of file ../../src/storage/fvm/test_support.h
void Guid (const Guid & )
Defined at line 46 of file ../../src/storage/fvm/test_support.h
void Guid (Guid && )
Defined at line 47 of file ../../src/storage/fvm/test_support.h
Guid & operator= (const Guid & )
Defined at line 48 of file ../../src/storage/fvm/test_support.h
Guid & operator= (Guid && )
Defined at line 49 of file ../../src/storage/fvm/test_support.h
void ~Guid ()
Defined at line 50 of file ../../src/storage/fvm/test_support.h
const uint8_t * data ()
Defined at line 52 of file ../../src/storage/fvm/test_support.h
size_t size ()
Defined at line 53 of file ../../src/storage/fvm/test_support.h
bool operator== (const Guid & rhs)
Defined at line 55 of file ../../src/storage/fvm/test_support.h
bool operator!= (const Guid & rhs)
Defined at line 59 of file ../../src/storage/fvm/test_support.h
std::string ToString ()
Defined at line 61 of file ../../src/storage/fvm/test_support.h