#include <mk4.h>
Inheritance diagram for c4_DoubleProp:
Public Member Functions | |
c4_DoubleProp (const char *) | |
Construct a new property. | |
~c4_DoubleProp () | |
Destructor. | |
c4_DoubleRef | operator() (const c4_RowRef &) const |
Get or set a double precision property in a row. | |
double | Get (const c4_RowRef &) const |
Get a double precision property in a row. | |
void | Set (const c4_RowRef &, double) const |
Set a double precision property in a row. | |
c4_Row | operator[] (double) const |
Create a row with one double precision value, shorthand for AsRow. | |
c4_Row | AsRow (double) const |
Create a row with one double precision value. |