OGS
FileIO::Gocad::Region Struct Referencefinal

Detailed Description

Definition at line 13 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 18 of file Region.h.

18{ return bit == r.bit; }

References bit.

Member Data Documentation

◆ bit

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

Definition at line 16 of file Region.h.

16{};

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

◆ name

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

Definition at line 15 of file Region.h.

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


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