|
| | CMR_FILE_DECLARE () |
| |
| char * | double_to_string (double dd, char *buf) |
| |
| char * | float_to_string (float dd, char *buf) |
| |
| template<class T > |
| long | write_xml_list (OBStream &o, T i, Types type) |
| |
| template<class T > |
| long | write_xml_list_tab (OBStream &o, T i, Types type) |
| |
| char * | cmr_lltoa (Long v, AChar *s) |
| |
| long | write_xml (OBStream &o, Long v) |
| |
| long | write_xml (OBStream &o, Int v) |
| |
| long | write_xml (OBStream &o, Double v) |
| |
| long | write_xml (OBStream &o, Float v) |
| |
| template<class T > |
| long | write_xml_list_scalar (OBStream &o, T i, Types type) |
| |