38 namespace datastructure {
 std::vector< bool > m_flags_vector
 
int32_t getSize() const 
Returns size of flag vector. 
 
void setFlagsVector(const std::vector< bool > &flags_vector)
Setter for the flag vector. 
 
std::vector< bool > getFlagsVector() const 
Getter for the flags vector. 
 
IntrusionDatum()
Constructor of an empty IntrusionDatum. 
 
void setSize(const int32_t &size)
Setter of the size for the flag vector.