template <typename T>

class BigEndian

Defined at line 19 of file ../../src/connectivity/ethernet/drivers/gvnic/bigendian.h

Store an object of type 'T' as a big endian value doing automagic byte

swapping when assigned or read.

Public Methods

void BigEndian<T> ()

Defined at line 42 of file ../../src/connectivity/ethernet/drivers/gvnic/bigendian.h

void BigEndian<T> (const T & t)

NOLINTNEXTLINE(google-explicit-constructor)

Defined at line 44 of file ../../src/connectivity/ethernet/drivers/gvnic/bigendian.h

T operator T ()

NOLINTNEXTLINE(google-explicit-constructor)

Defined at line 46 of file ../../src/connectivity/ethernet/drivers/gvnic/bigendian.h

T val ()

Defined at line 47 of file ../../src/connectivity/ethernet/drivers/gvnic/bigendian.h

T GetBE ()

Defined at line 48 of file ../../src/connectivity/ethernet/drivers/gvnic/bigendian.h

T SetBE (T t)

Defined at line 49 of file ../../src/connectivity/ethernet/drivers/gvnic/bigendian.h