From 71e94ee161447b84c0eaabf6567f8fa62262cd3e Mon Sep 17 00:00:00 2001 From: Mirrorbot Date: Sat, 27 Dec 2025 17:53:06 -0600 Subject: Inital commit --- doc/html/fast__atof_8h.html | 179 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 doc/html/fast__atof_8h.html (limited to 'doc/html/fast__atof_8h.html') diff --git a/doc/html/fast__atof_8h.html b/doc/html/fast__atof_8h.html new file mode 100644 index 0000000..2e42ee4 --- /dev/null +++ b/doc/html/fast__atof_8h.html @@ -0,0 +1,179 @@ + + + + +Irrlicht 3D Engine: fast_atof.h File Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
fast_atof.h File Reference
+
+
+
#include "irrMath.h"
+#include "irrString.h"
+
+

Go to the source code of this file.

+

+Namespaces

+
    +
  • namespace irr +

    Everything in the Irrlicht Engine can be found in this namespace.

    +
  • namespace irr::core +

    Basic classes such as vectors, planes, arrays, lists, and so on can be found in this namespace.

    +
+

+Defines

+ +

+Functions

+
    +
  • u32 irr::core::ctoul16 (char in) +
    Convert a hex-encoded character to an unsigned integer.
  • float irr::core::fast_atof (const char *floatAsString, const char **out=0) +
    Convert a string to a floating point number.
  • const char * irr::core::fast_atof_move (const char *in, f32 &result) +
    Provides a fast function for converting a string into a float.
  • f32 irr::core::strtof10 (const char *in, const char **out=0) +
    Converts a sequence of digits into a whole positive floating point value.
  • s32 irr::core::strtol10 (const char *in, const char **out=0) +
    Convert a simple string of base 10 digits into a signed 32 bit integer.
  • u32 irr::core::strtoul10 (const char *in, const char **out=0) +
    Convert a simple string of base 10 digits into an unsigned 32 bit integer.
  • u32 irr::core::strtoul16 (const char *in, const char **out=0) +
    Convert a simple string of base 16 digits into an unsigned 32 bit integer.
  • u32 irr::core::strtoul8 (const char *in, const char **out=0) +
    Convert a simple string of base 8 digits into an unsigned 32 bit integer.
  • u32 irr::core::strtoul_prefix (const char *in, const char **out=0) +
    Convert a C-style prefixed string (hex, oct, integer) into an unsigned 32 bit integer.
+

+Variables

+ +

Define Documentation

+ +
+
+ + + + +
#define IRR_ATOF_TABLE_SIZE   17
+
+
+ +

Definition at line 20 of file fast_atof.h.

+ +

Referenced by irr::core::fast_atof_move().

+ +
+
+
+
+ + + + + -- cgit v1.2.3-70-g09d2