Mesh Oriented datABase  (version 5.4.1)
Array-based unstructured mesh datastructure
smoab::detail::internal::KeyType Struct Reference

#include <UsageTable.h>

Public Member Functions

 KeyType (const moab::EntityHandle &h, int p)
bool operator< (const KeyType &other) const

Public Attributes

moab::EntityHandle Handle
int ParentId

Detailed Description

Definition at line 15 of file UsageTable.h.


Constructor & Destructor Documentation

Definition at line 20 of file UsageTable.h.

: Handle( h ), ParentId( p ) {}

Member Function Documentation

bool smoab::detail::internal::KeyType::operator< ( const KeyType other) const [inline]

Definition at line 22 of file UsageTable.h.

References Handle, and ParentId.

            {
                return ( ( this->Handle < other.Handle ) ||
                         ( ( this->Handle < other.Handle ) && ( this->ParentId < other.ParentId ) ) );
            }

Member Data Documentation

Definition at line 18 of file UsageTable.h.

Referenced by operator<().

List of all members.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines