Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Util::detail Namespace Reference

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
 

Typedef Documentation

◆ custom_memory_buffer

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.

Function Documentation

◆ vformat()

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.

Variable Documentation

◆ g_readOnlyFaded

std::stack<bool> Divide::Util::detail::g_readOnlyFaded
static

Definition at line 2958 of file Editor.cpp.

◆ s_allocator

dvd_allocator< char > Divide::Util::detail::s_allocator

Definition at line 11 of file StringHelper.cpp.