syslog-ng source
parse-number.h File Reference
#include "generic-number.h"
Include dependency graph for parse-number.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

gboolean parse_int64 (const gchar *str, gint64 *result)
 
gboolean parse_int64_base16 (const gchar *str, gint64 *result)
 
gboolean parse_int64_base8 (const gchar *str, gint64 *result)
 
gboolean parse_int64_base_any (const gchar *str, gint64 *result)
 
gboolean parse_int64_with_suffix (const gchar *str, gint64 *result)
 
gboolean parse_double (const gchar *str, gdouble *result)
 
gboolean parse_generic_number (const char *str, GenericNumber *number)
 

Function Documentation

◆ parse_double()

gboolean parse_double ( const gchar *  str,
gdouble *  result 
)

◆ parse_generic_number()

gboolean parse_generic_number ( const char *  str,
GenericNumber number 
)

◆ parse_int64()

gboolean parse_int64 ( const gchar *  str,
gint64 *  result 
)

◆ parse_int64_base16()

gboolean parse_int64_base16 ( const gchar *  str,
gint64 *  result 
)

◆ parse_int64_base8()

gboolean parse_int64_base8 ( const gchar *  str,
gint64 *  result 
)

◆ parse_int64_base_any()

gboolean parse_int64_base_any ( const gchar *  str,
gint64 *  result 
)

◆ parse_int64_with_suffix()

gboolean parse_int64_with_suffix ( const gchar *  str,
gint64 *  result 
)