struct Gambit::dbl_dbl_bool
[No description available]
Public Functions
Name | |
---|---|
dbl_dbl_bool() Default constructor. | |
dbl_dbl_bool(double firstval, double secondval, bool flagval) Three-value constructor. | |
dbl_dbl_bool(const dbl_dbl_bool & in) Copy constructor. | |
dbl_dbl_bool & | operator=(const dbl_dbl_bool & in) Copy assignment operator. |
Public Attributes
Name | |
---|---|
double | first |
double | second |
bool | flag |
Public Functions Documentation
function dbl_dbl_bool
inline dbl_dbl_bool()
Default constructor.
function dbl_dbl_bool
inline dbl_dbl_bool(
double firstval,
double secondval,
bool flagval
)
Three-value constructor.
function dbl_dbl_bool
inline dbl_dbl_bool(
const dbl_dbl_bool & in
)
Copy constructor.
function operator=
inline dbl_dbl_bool & operator=(
const dbl_dbl_bool & in
)
Copy assignment operator.
Public Attributes Documentation
variable first
double first;
variable second
double second;
variable flag
bool flag;
Updated on 2024-07-18 at 13:53:30 +0000