DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Classes | Public Types | Public Member Functions | Public Attributes
Value Class Reference

List of all members.

Classes

class  WrongType

Public Types

enum  Etype {
  V_NONE, V_HEX, V_BOOL, V_INT,
  V_STRING, V_DOUBLE, V_CURRENT
}

Public Member Functions

 Value (Hex in)
 Value (int in)
 Value (bool in)
 Value (double in)
 Value (std::string const &in)
 Value (char const *const in)
 Value (Value const &in)
 Value (std::string const &in, Etype _t)
Valueoperator= (Hex in)
Valueoperator= (int in)
Valueoperator= (bool in)
Valueoperator= (double in)
Valueoperator= (std::string const &in)
Valueoperator= (char const *const in)
Valueoperator= (Value const &in)
bool operator== (Value const &other)
 operator bool () const
 operator Hex () const
 operator int () const
 operator double () const
 operator char const * () const
bool SetValue (std::string const &in, Etype _type=V_CURRENT)
std::string ToString () const

Public Attributes

enum Value::Etype type

Detailed Description

Definition at line 62 of file setup.h.


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