This header file is part of module ALib Configuration of the ALib C++ Library .
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file variabledecl.hpp.
#include "alib/config/priorities.hpp"
#include "alib/enums/bitwise.hpp"
#include "alib/lang/resources/resources.hpp"
Go to the source code of this file.
Classes | |
struct | VariableDecl |
Namespaces | |
namespace | alib |
namespace | alib::config |
Typedefs | |
using | VariableDecl = config::VariableDecl |
Type alias in namespace alib. | |
Enumerations | |
enum class | FormatHints { None = 0 , MultiLine = 1 << 0 , NoDelimSpaces = 1 << 1 , Custom = 1 << 16 } |