CPP-TOOLBOX
Loading...
Searching...
No Matches
meta_utils::CustomTypeExtractionSettings Struct Reference

#include <meta_utils.hpp>

Public Member Functions

 CustomTypeExtractionSettings (const std::string &header_file_path, const std::vector< std::string > &type_names_for_potential_filtering={}, FilterMode mode=FilterMode::None)
 

Public Attributes

const std::string header_file_path
 
const std::vector< std::string > type_names_for_potential_filtering
 
meta_utils::FilterMode mode
 

Constructor & Destructor Documentation

◆ CustomTypeExtractionSettings()

meta_utils::CustomTypeExtractionSettings::CustomTypeExtractionSettings ( const std::string & header_file_path,
const std::vector< std::string > & type_names_for_potential_filtering = {},
FilterMode mode = FilterMode::None )
inline

Member Data Documentation

◆ header_file_path

const std::string meta_utils::CustomTypeExtractionSettings::header_file_path

◆ mode

meta_utils::FilterMode meta_utils::CustomTypeExtractionSettings::mode

◆ type_names_for_potential_filtering

const std::vector<std::string> meta_utils::CustomTypeExtractionSettings::type_names_for_potential_filtering

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