ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
vmeta.hpp File Reference

Description:

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 vmeta.hpp.

Include dependency graph for vmeta.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Bool
 
struct  VData< T >
 
struct  VMeta
 

Namespaces

namespace  alib
 
namespace  alib::config
 

Macros

ALib Module Config

The macros in this section are introduced by ALib Camp ALib Configuration.

#define ALIB_CONFIG_VARIABLE_DEFINE_TYPE(Namespace, CPPName, CfgTypeString)
 
#define ALIB_CONFIG_VARIABLE_DEFINE_TYPE_WITH_POOL_CONSTRUCTOR(Namespace, CPPName, CfgTypeString)
 
#define ALIB_CONFIG_VARIABLE_REGISTER_TYPE(CPPName)
 

Typedefs

using StringVectorComma = alib::StringVectorPA
 
using StringVectorSemicolon = alib::StringVectorPA
 
using VDATA = VData<void*>
 

Typedef Documentation

◆ VDATA

using VDATA = VData<void*>

Convenience definition for "invalid" data element which is used everywhere as a generic pointer type, which is reinterpreted when to the target type, when needed.

Definition at line 52 of file vmeta.hpp.