QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
qx::any::holder< ValueType > Struct Template Reference
Inheritance diagram for qx::any::holder< ValueType >:
qx::any::placeholder

Public Member Functions

 holder (const ValueType &value)
 
virtual type_check type () const
 
virtual placeholderclone () const
 
- Public Member Functions inherited from qx::any::placeholder
virtual ~placeholder ()
 

Public Attributes

ValueType held
 

Private Member Functions

holderoperator= (const holder &)
 

Detailed Description

template<typename ValueType>
struct qx::any::holder< ValueType >

Definition at line 112 of file QxAny.h.

Constructor & Destructor Documentation

◆ holder()

template<typename ValueType >
qx::any::holder< ValueType >::holder ( const ValueType & value)
inline

Definition at line 114 of file QxAny.h.

Member Function Documentation

◆ clone()

template<typename ValueType >
virtual placeholder * qx::any::holder< ValueType >::clone ( ) const
inlinevirtual

Implements qx::any::placeholder.

Definition at line 116 of file QxAny.h.

◆ operator=()

template<typename ValueType >
holder & qx::any::holder< ValueType >::operator= ( const holder< ValueType > & )
private

◆ type()

template<typename ValueType >
virtual type_check qx::any::holder< ValueType >::type ( ) const
inlinevirtual

Implements qx::any::placeholder.

Definition at line 115 of file QxAny.h.

Member Data Documentation

◆ held

template<typename ValueType >
ValueType qx::any::holder< ValueType >::held

Definition at line 117 of file QxAny.h.


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