Collection of aliases for ALUT types. More...
#include <oalplus/alut_api/config.hpp>
Public Types | |
using | bool_type = al_types::bool_type |
Boolean type. | |
using | char_type = al_types::char_type |
String character type. | |
using | enum_type = al_types::enum_type |
Enum type. | |
using | int_type = al_types::int_type |
Integer type. | |
using | uint_type = al_types::uint_type |
Unsigned integer type. | |
using | name_type = al_types::name_type |
AL object handle type. | |
using | size_type = al_types::size_type |
Integer type used to store sizes and counts. | |
using | float_type = al_types::float_type |
Floating-point type. | |
using | void_ptr_type = al_types::void_ptr_type |
Untyped pointer type. | |
using | const_void_ptr_type = al_types::const_void_ptr_type |
Untyped const pointer type. | |
Collection of aliases for ALUT types.