CPP-TOOLBOX
Loading...
Searching...
No Matches
meta_utils::MetaParameter Class Reference

#include <meta_utils.hpp>

Public Member Functions

 MetaParameter ()=default
 
 MetaParameter (const std::string &input)
 
bool operator== (const MetaParameter &other) const
 
std::string to_string () const
 

Public Attributes

std::string name
 
MetaType type
 

Detailed Description

Todo
I think internally this should just use a meta variable.

Constructor & Destructor Documentation

◆ MetaParameter() [1/2]

meta_utils::MetaParameter::MetaParameter ( )
default

◆ MetaParameter() [2/2]

meta_utils::MetaParameter::MetaParameter ( const std::string & input)

Member Function Documentation

◆ operator==()

bool meta_utils::MetaParameter::operator== ( const MetaParameter & other) const
inline

◆ to_string()

std::string meta_utils::MetaParameter::to_string ( ) const
inline

Member Data Documentation

◆ name

std::string meta_utils::MetaParameter::name

◆ type

MetaType meta_utils::MetaParameter::type

The documentation for this class was generated from the following files: