advgetopt 2.0.49
Parse complex command line arguments and configuration files in C++.
Variables
advgetopt::anonymous_namespace{utils.cpp} Namespace Reference

Variables

constexpr char constg_empty_string = "\"\""
 
constexpr char constg_escaped_single_quotes = "'\\''"
 
cppthread::mutex * g_mutex
 The configuration file mutex.
 
constexpr char constg_simple_characters = "+-./0123456789=ABCEFGHIJKLMNOPQRSTUVWXYZabcefghijklmnopqrstuvwxyz_"
 
constexpr char const g_single_quote = '\''
 

Variable Documentation

◆ g_empty_string

constexpr char const* advgetopt::anonymous_namespace{utils.cpp}::g_empty_string = "\"\""
constexpr

Definition at line 96 of file utils.cpp.

◆ g_escaped_single_quotes

constexpr char const* advgetopt::anonymous_namespace{utils.cpp}::g_escaped_single_quotes = "'\\''"
constexpr

Definition at line 97 of file utils.cpp.

◆ g_mutex

cppthread::mutex* advgetopt::anonymous_namespace{utils.cpp}::g_mutex

This options are generally viewed as read-only global variables. They get setup once early on and then used and reused as many times as required.

This mutex makes sure that access between multiple thread happens in a safe manner.

Definition at line 91 of file utils.cpp.

◆ g_simple_characters

constexpr char const* advgetopt::anonymous_namespace{utils.cpp}::g_simple_characters = "+-./0123456789=ABCEFGHIJKLMNOPQRSTUVWXYZabcefghijklmnopqrstuvwxyz_"
constexpr

Definition at line 98 of file utils.cpp.

◆ g_single_quote

constexpr char const advgetopt::anonymous_namespace{utils.cpp}::g_single_quote = '\''
constexpr

Definition at line 95 of file utils.cpp.

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.