yast2-core
|
#include "YCPValue.h"
Go to the source code of this file.
Classes | |
class | YCPFloatRep |
YCPValueRep representing a floating point number. The precision of the floating point number a YCPFloatRep is representing is not specified, because it would be very difficult to guarantee a certain precision platform independently and because this is not neccessary. More... | |
class | YCPFloat |
Wrapper for YCPFloatRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPFloatRep with the arrow operator. See YCPFloatRep. More... | |