SourceXtractorPlusPlus  0.13
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SourceXtractor::OutputRegistry Member List

This is the complete list of members for SourceXtractor::OutputRegistry, including all inherited members.

ColumnConverter typedefSourceXtractor::OutputRegistry
enableOutput(std::string alias_name, bool configurable_output=false)SourceXtractor::OutputRegistryinline
getOutputPropertyNames()SourceXtractor::OutputRegistryinline
getSourceToRowConverter(const std::vector< std::string > &enabled_optional)SourceXtractor::OutputRegistry
m_name_to_col_info_mapSourceXtractor::OutputRegistryprivate
m_name_to_converter_mapSourceXtractor::OutputRegistryprivate
m_output_propertiesSourceXtractor::OutputRegistryprivate
m_property_to_names_mapSourceXtractor::OutputRegistryprivate
printPropertyColumnMap(const std::vector< std::string > &properties={})SourceXtractor::OutputRegistry
registerColumnConverter(std::string column_name, ColumnConverter< PropertyType, OutType > converter, std::string column_unit="", std::string column_description="")SourceXtractor::OutputRegistryinline
registerPropertyInstances(const std::vector< std::pair< std::string, unsigned int >> &instance_names)SourceXtractor::OutputRegistryinline
registerPropertyInstances(const std::string &current_name, const std::vector< std::pair< std::string, unsigned int >> &instance_names)SourceXtractor::OutputRegistryinline
SourceToRowConverter typedefSourceXtractor::OutputRegistry