Home
last modified time | relevance | path

Searched defs:CelxValue (Results 1 – 2 of 2) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx_internal.h63 CelxValue() : type(Celx_Nil) {} in CelxValue() function
64 CelxValue(double d) : type(Celx_Number), value_number(d) {} in CelxValue() function
65 CelxValue(const char* s) : type(Celx_String), value_cstring(s) {} in CelxValue() function
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx_internal.h63 CelxValue() : type(Celx_Nil) {} in CelxValue() function
64 CelxValue(double d) : type(Celx_Number), value_number(d) {} in CelxValue() function
65 CelxValue(const char* s) : type(Celx_String), value_cstring(s) {} in CelxValue() function