VCCC  2024.05
VisualCamp Common C++ library
GlobalStreamWrapperSettings Class Reference

#include <vccc/__log/global_stream_wrapper_settings.hpp>

Public Member Functions

 GlobalStreamWrapperSettings (const GlobalStreamWrapperSettings &)=delete
 
 GlobalStreamWrapperSettings (GlobalStreamWrapperSettings &&)=delete
 
GlobalStreamWrapperSettingsoperator= (const GlobalStreamWrapperSettings &)=delete
 
GlobalStreamWrapperSettingsoperator= (GlobalStreamWrapperSettings &&)=delete
 

Static Public Member Functions

static bool quote_string ()
 
static void quote_string (bool new_value)
 
static bool expand_aggregate ()
 
static void expand_aggregate (bool new_value)
 
static bool expand_array ()
 
static void expand_array (bool new_value)
 

Constructor & Destructor Documentation

◆ GlobalStreamWrapperSettings() [1/2]

◆ GlobalStreamWrapperSettings() [2/2]

Member Function Documentation

◆ expand_aggregate() [1/2]

static bool expand_aggregate ( )
inlinestatic

◆ expand_aggregate() [2/2]

static void expand_aggregate ( bool  new_value)
inlinestatic

◆ expand_array() [1/2]

static bool expand_array ( )
inlinestatic

◆ expand_array() [2/2]

static void expand_array ( bool  new_value)
inlinestatic

◆ operator=() [1/2]

◆ operator=() [2/2]

◆ quote_string() [1/2]

static bool quote_string ( )
inlinestatic

◆ quote_string() [2/2]

static void quote_string ( bool  new_value)
inlinestatic

The documentation for this class was generated from the following file: