+/**
+ @class wxULongLong
+
+ This class represents an unsigned 64 bit long number.
+
+ Since wxULongLong has exactly the same API as wxLongLong, please refer
+ to wxLongLong documentation (this page exists only as redirection).
+
+ @library{wxbase}
+ @category{data}
+*/
+class wxULongLong
+{
+};
+