![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
Typedefs | |
using | custom_memory_buffer = fmt::basic_memory_buffer< char, fmt::inline_buffer_size, dvd_allocator< char > > |
Functions | |
FORCE_INLINE custom_memory_buffer | vformat (fmt::string_view format_str, fmt::format_args args) |
Variables | |
dvd_allocator< char > | s_allocator |
static std::stack< bool > | g_readOnlyFaded |
using Divide::Util::detail::custom_memory_buffer = typedef fmt::basic_memory_buffer<char, fmt::inline_buffer_size, dvd_allocator<char> > |
Definition at line 346 of file StringHelper.inl.
FORCE_INLINE custom_memory_buffer Divide::Util::detail::vformat | ( | fmt::string_view | format_str, |
fmt::format_args | args | ||
) |
Definition at line 348 of file StringHelper.inl.
|
static |
Definition at line 2958 of file Editor.cpp.
dvd_allocator< char > Divide::Util::detail::s_allocator |
Definition at line 11 of file StringHelper.cpp.