Support Forum       G3D Web Page     
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
G3D::GApp::SubmitToDisplayMode Class Reference

Public Types

enum  Value {
  EXPLICIT,
  MAXIMIZE_THROUGHPUT,
  BALANCE,
  MINIMIZE_LATENCY
}
 

Public Member Functions

 SubmitToDisplayMode (const G3D::String &x)
 
 SubmitToDisplayMode (char v)
 
 SubmitToDisplayMode (int v)
 
 SubmitToDisplayMode (const G3D::Any &a)
 
 SubmitToDisplayMode ()
 
 SubmitToDisplayMode (const Value v)
 
void deserialize (G3D::BinaryInput &b)
 
unsigned int hashCode () const
 
 operator int () const
 
bool operator!= (const SubmitToDisplayMode ::Value other) const
 
bool operator!= (const SubmitToDisplayMode other) const
 
SubmitToDisplayMode operator+ (const int x) const
 
SubmitToDisplayModeoperator++ ()
 
SubmitToDisplayModeoperator+= (const int x)
 
SubmitToDisplayMode operator- (const int x) const
 
SubmitToDisplayModeoperator-- ()
 
SubmitToDisplayModeoperator-= (const int x)
 
bool operator< (const SubmitToDisplayMode other) const
 
bool operator< (const Value other) const
 
bool operator<= (const Value other) const
 
bool operator<= (const SubmitToDisplayMode other) const
 
SubmitToDisplayModeoperator= (const G3D::Any &a)
 
bool operator== (const SubmitToDisplayMode ::Value other) const
 
bool operator== (const SubmitToDisplayMode other) const
 
bool operator> (const SubmitToDisplayMode other) const
 
bool operator> (const Value other) const
 
bool operator>= (const SubmitToDisplayMode other) const
 
bool operator>= (const Value other) const
 
void serialize (G3D::BinaryOutput &b) const
 
G3D::Any toAny () const
 
const char * toString () const
 

Static Public Member Functions

static const char * classname ()
 
static int count ()
 
static Value nthValue (int n)
 
static const char * toString (int i, Value &v)
 

Public Attributes

enum G3D::GApp::SubmitToDisplayMode::Value value
 

Member Enumeration Documentation

◆ Value

Enumerator
EXPLICIT 
MAXIMIZE_THROUGHPUT 
BALANCE 
MINIMIZE_LATENCY 

Constructor & Destructor Documentation

◆ SubmitToDisplayMode() [1/6]

G3D::GApp::SubmitToDisplayMode::SubmitToDisplayMode ( const G3D::String x)
inlineexplicit

◆ SubmitToDisplayMode() [2/6]

G3D::GApp::SubmitToDisplayMode::SubmitToDisplayMode ( const G3D::Any a)
inlineexplicit

◆ SubmitToDisplayMode() [3/6]

G3D::GApp::SubmitToDisplayMode::SubmitToDisplayMode ( char  v)
inlineexplicit

◆ SubmitToDisplayMode() [4/6]

G3D::GApp::SubmitToDisplayMode::SubmitToDisplayMode ( )
inline

◆ SubmitToDisplayMode() [5/6]

G3D::GApp::SubmitToDisplayMode::SubmitToDisplayMode ( const Value  v)
inline

◆ SubmitToDisplayMode() [6/6]

G3D::GApp::SubmitToDisplayMode::SubmitToDisplayMode ( int  v)
inlineexplicit

Member Function Documentation

◆ classname()

static const char* G3D::GApp::SubmitToDisplayMode::classname ( )
inlinestatic

◆ count()

static int G3D::GApp::SubmitToDisplayMode::count ( )
inlinestatic

◆ deserialize()

void G3D::GApp::SubmitToDisplayMode::deserialize ( G3D::BinaryInput b)
inline

◆ hashCode()

unsigned int G3D::GApp::SubmitToDisplayMode::hashCode ( ) const
inline

◆ nthValue()

static Value G3D::GApp::SubmitToDisplayMode::nthValue ( int  n)
inlinestatic

◆ operator int()

G3D::GApp::SubmitToDisplayMode::operator int ( ) const
inline

◆ operator!=() [1/2]

bool G3D::GApp::SubmitToDisplayMode::operator!= ( const SubmitToDisplayMode  other) const
inline

◆ operator!=() [2/2]

bool G3D::GApp::SubmitToDisplayMode::operator!= ( const SubmitToDisplayMode ::Value  other) const
inline

◆ operator+()

SubmitToDisplayMode G3D::GApp::SubmitToDisplayMode::operator+ ( const int  x) const
inline

◆ operator++()

SubmitToDisplayMode& G3D::GApp::SubmitToDisplayMode::operator++ ( )
inline

◆ operator+=()

SubmitToDisplayMode& G3D::GApp::SubmitToDisplayMode::operator+= ( const int  x)
inline

◆ operator-()

SubmitToDisplayMode G3D::GApp::SubmitToDisplayMode::operator- ( const int  x) const
inline

◆ operator--()

SubmitToDisplayMode& G3D::GApp::SubmitToDisplayMode::operator-- ( )
inline

◆ operator-=()

SubmitToDisplayMode& G3D::GApp::SubmitToDisplayMode::operator-= ( const int  x)
inline

◆ operator<() [1/2]

bool G3D::GApp::SubmitToDisplayMode::operator< ( const Value  other) const
inline

◆ operator<() [2/2]

bool G3D::GApp::SubmitToDisplayMode::operator< ( const SubmitToDisplayMode  other) const
inline

◆ operator<=() [1/2]

bool G3D::GApp::SubmitToDisplayMode::operator<= ( const SubmitToDisplayMode  other) const
inline

◆ operator<=() [2/2]

bool G3D::GApp::SubmitToDisplayMode::operator<= ( const Value  other) const
inline

◆ operator=()

SubmitToDisplayMode& G3D::GApp::SubmitToDisplayMode::operator= ( const G3D::Any a)
inline

◆ operator==() [1/2]

bool G3D::GApp::SubmitToDisplayMode::operator== ( const SubmitToDisplayMode ::Value  other) const
inline

◆ operator==() [2/2]

bool G3D::GApp::SubmitToDisplayMode::operator== ( const SubmitToDisplayMode  other) const
inline

◆ operator>() [1/2]

bool G3D::GApp::SubmitToDisplayMode::operator> ( const SubmitToDisplayMode  other) const
inline

◆ operator>() [2/2]

bool G3D::GApp::SubmitToDisplayMode::operator> ( const Value  other) const
inline

◆ operator>=() [1/2]

bool G3D::GApp::SubmitToDisplayMode::operator>= ( const SubmitToDisplayMode  other) const
inline

◆ operator>=() [2/2]

bool G3D::GApp::SubmitToDisplayMode::operator>= ( const Value  other) const
inline

◆ serialize()

void G3D::GApp::SubmitToDisplayMode::serialize ( G3D::BinaryOutput b) const
inline

◆ toAny()

G3D::Any G3D::GApp::SubmitToDisplayMode::toAny ( ) const
inline

◆ toString() [1/2]

const char* G3D::GApp::SubmitToDisplayMode::toString ( ) const
inline

◆ toString() [2/2]

static const char* G3D::GApp::SubmitToDisplayMode::toString ( int  i,
Value v 
)
inlinestatic

Member Data Documentation

◆ value

enum G3D::GApp::SubmitToDisplayMode::Value G3D::GApp::SubmitToDisplayMode::value

documentation generated on Wed Nov 24 2021 08:01:56 using doxygen 1.8.15