RetroArch
Public Member Functions | Public Attributes | List of all members
peg::any::holder< T > Struct Template Reference
Inheritance diagram for peg::any::holder< T >:
[legend]
Collaboration diagram for peg::any::holder< T >:
[legend]

Public Member Functions

 holder (const T &value)
 
placeholderclone () const override
 
- Public Member Functions inherited from peg::any::placeholder
virtual ~placeholder ()
 

Public Attributes

T value_
 

Constructor & Destructor Documentation

◆ holder()

template<typename T>
peg::any::holder< T >::holder ( const T value)
inline
Here is the caller graph for this function:

Member Function Documentation

◆ clone()

template<typename T>
placeholder* peg::any::holder< T >::clone ( ) const
inlineoverridevirtual

Implements peg::any::placeholder.

Here is the call graph for this function:

Member Data Documentation

◆ value_

template<typename T>
T peg::any::holder< T >::value_

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