|
libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|
Files | |
| file | gimbal_utils.h |
| file | gimbal_bit_view.h |
| file | gimbal_byte_array.h |
| file | gimbal_cmd_parser.h |
| file | gimbal_date_time.h |
| file | gimbal_option_group.h |
| file | gimbal_ref.h |
| file | gimbal_scanner.h |
| file | gimbal_settings.h |
| file | gimbal_timer.h |
| file | gimbal_uri.h |
| file | gimbal_uuid.h |
| file | gimbal_version.h |
Data Structures | |
| struct | GblBitView |
| struct | GblByteArray |
| struct | GblDate |
| struct | GblTime |
| struct | GblDateTime |
| struct | GblTimer |
| struct | GblUuid |
| struct | GblCmdParser |
| struct | GblOptionGroup |
| struct | GblScanner |
| struct | GblSettings |
| struct | GblUri |
Typedefs | |
| typedef void | GblRef |
| typedef uint32_t | GblVersion |
Auxiliary utility types.
The utilities module provides various supplementary structures and APIs for representing commonly-used data and performing common tasks within an application or framework.
| typedef void GblRef |
#include <gimbal_ref.h>
Reference-counted shared pointer type.
Definition at line 29 of file gimbal_ref.h.
| typedef uint32_t GblVersion |
#include <gimbal_version.h>
32-bit unsigned integer representing a packed version in the form (MAJOR.MINOR.PATCH)
Definition at line 62 of file gimbal_version.h.