OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Classes | Functions | Variables
detail Namespace Reference

Classes

struct  AppendWrapper
 
struct  BlobDeserializer
 
struct  BlobSerializer
 
struct  ColorTag
 
class  EnumSerializationTable
 
class  EnumSerializer
 
class  FileSystemForwardingPtr
 
class  FileSystemForwardingPtrBase
 
class  FileSystemTrie
 
class  FileSystemTrieNode
 
class  ImageBase
 
struct  is_span
 
struct  is_span< std::span< T, N > >
 
struct  LowercaseFileData
 
struct  MemoryFileData
 
class  MemoryFileSystemInputStream
 
class  MemoryFileSystemOutputStream
 
class  RangeIterator
 
struct  ScopedEnableThrowingAssertions
 
class  SplitView
 
class  SplitViewIterator
 
class  SplitViewSentinel
 
struct  StringDeserializer
 
struct  StringSerializer
 
class  TestTapeBase
 
class  TestTapeState
 
class  TypedHandler
 
class  ViewPointer
 

Functions

void globalProcessMessages ()
 
void globalWaitForMessages ()
 
template<class T >
const char * typeName ()
 

Variables

template<class T >
constinit TypedHandler< T > globalTypedHandler
 
constexpr int LOG_NONE_BARRIER = static_cast<int>(LOG_CRITICAL) + 1
 
template<class T >
constexpr bool is_bounded_char_array_v = false
 
template<std::size_t N>
constexpr bool is_bounded_char_array_v< char[N]> = true
 

Function Documentation

◆ globalProcessMessages()

void detail::globalProcessMessages ( )

◆ globalWaitForMessages()

void detail::globalWaitForMessages ( )

◆ typeName()

template<class T >
const char * detail::typeName ( )

Variable Documentation

◆ globalTypedHandler

template<class T >
constinit TypedHandler<T> detail::globalTypedHandler

◆ is_bounded_char_array_v

template<class T >
constexpr bool detail::is_bounded_char_array_v = false
constexpr

◆ is_bounded_char_array_v< char[N]>

template<std::size_t N>
constexpr bool detail::is_bounded_char_array_v< char[N]> = true
constexpr

◆ LOG_NONE_BARRIER

constexpr int detail::LOG_NONE_BARRIER = static_cast<int>(LOG_CRITICAL) + 1
constexpr