TDME2 1.9.121
Public Member Functions | Private Attributes | List of all members
Enum Class Reference

Enum base class. More...

#include <tdme/utilities/Enum.h>

Inheritance diagram for Enum:
Inheritance graph
Collaboration diagram for Enum:
Collaboration graph

Public Member Functions

 Enum (const string &name, int32_t ordinal)
 Public constructor. More...
 
const string & getName () const
 
int32_t getOrdinal () const
 
bool equals (Enum *enumObject) const
 Compare enum with another enum. More...
 

Private Attributes

string name
 
int32_t ordinal
 

Detailed Description

Enum base class.

Author
Andreas Drewke

Definition at line 14 of file Enum.h.

Constructor & Destructor Documentation

◆ Enum()

Enum ( const string &  name,
int32_t  ordinal 
)

Public constructor.

Parameters
namename
ordinalordinal or index

Definition at line 6 of file Enum.cpp.

Member Function Documentation

◆ equals()

bool equals ( Enum enumObject) const
inline

Compare enum with another enum.

Returns
equality

Definition at line 45 of file Enum.h.

◆ getName()

const string & getName ( ) const
inline
Returns
name

Definition at line 30 of file Enum.h.

◆ getOrdinal()

int32_t getOrdinal ( ) const
inline
Returns
ordinal or index

Definition at line 37 of file Enum.h.

Member Data Documentation

◆ name

string name
private

Definition at line 16 of file Enum.h.

◆ ordinal

int32_t ordinal
private

Definition at line 17 of file Enum.h.


The documentation for this class was generated from the following files: