#include <simple.h>
Public Member Functions | |
| bool | operator!= (SimpleVector const &other) const |
| bool | operator== (SimpleVector const &other) const |
Public Attributes | |
| std::vector< uint8_t > | data |
| uint32_t | field |
Definition at line 73 of file simple.h.
| bool Test::SimpleVector::operator!= | ( | SimpleVector const & | other | ) | const [inline] |
| bool Test::SimpleVector::operator== | ( | SimpleVector const & | other | ) | const [inline] |
| std::vector<uint8_t> Test::SimpleVector::data |
| uint32_t Test::SimpleVector::field |