OGS
FileIO::Gocad::Region Struct Referencefinal

Detailed Description

Definition at line 19 of file Region.h.

#include <Region.h>

Public Member Functions

bool operator== (Region const &r) const
 

Public Attributes

std::string name
 
unsigned bit {}
 

Member Function Documentation

◆ operator==()

bool FileIO::Gocad::Region::operator== ( Region const & r) const
inline

Definition at line 24 of file Region.h.

24{ return bit == r.bit; }

References bit.

Member Data Documentation

◆ bit

unsigned FileIO::Gocad::Region::bit {}

Definition at line 22 of file Region.h.

22{};

Referenced by FileIO::Gocad::operator<<(), operator==(), and FileIO::Gocad::parseRegion().

◆ name

std::string FileIO::Gocad::Region::name

Definition at line 21 of file Region.h.

Referenced by FileIO::Gocad::operator<<(), and FileIO::Gocad::parseRegion().


The documentation for this struct was generated from the following file: