Implements FormatString.
FormatString impl | Implements FormatString. |
Copyright | This program is free software. |
Files | |
C-kern/ | Header file FormatString. |
C-kern/ | Implementation file FormatString impl. |
string_field_t | |
helper | |
format_i32_stringfield | Writes formatted 32 bit integer field. |
format_i64_stringfield | Writes formatted 64 bit integer field. |
format_string_stringfield | Writes formatted string field. |
format_floatdouble_stringfield | Writes formatted float or double field. |
string_t | |
format | |
test |
This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
© 2012 Jörg Seebohn
Header file FormatString.
Implementation file FormatString impl.
helper | |
format_i32_stringfield | Writes formatted 32 bit integer field. |
format_i64_stringfield | Writes formatted 64 bit integer field. |
format_string_stringfield | Writes formatted string field. |
format_floatdouble_stringfield | Writes formatted float or double field. |
Writes formatted 32 bit integer field.
static int format_i32_stringfield( const string_field_t * field, string_t * str )
Writes formatted 64 bit integer field.
static int format_i64_stringfield( const string_field_t * field, string_t * str )
Writes formatted string field.
static int format_string_stringfield( const string_field_t * field, string_t * str )
Writes formatted float or double field.
static int format_floatdouble_stringfield( const string_field_t * field, string_t * str )