CPluginSearchpath Class Reference

#include <mia/core/searchpath.hh>

Public Member Functions

void add (const char *path)
 
void add (const boost::filesystem::path &path) __attribute__((deprecated))
 
 CPluginSearchpath (bool no_subpath=false)
 
 CPluginSearchpath (const CPluginSearchpath &other)
 
std::vector< PPluginModulefind_modules (const std::string &data, const std::string &type) const
 
CPluginSearchpathoperator= (const CPluginSearchpath &other)
 
 ~CPluginSearchpath ()
 

Detailed Description

Definition at line 32 of file searchpath.hh.

Constructor & Destructor Documentation

◆ CPluginSearchpath() [1/2]

CPluginSearchpath::CPluginSearchpath ( bool  no_subpath = false)

◆ CPluginSearchpath() [2/2]

CPluginSearchpath::CPluginSearchpath ( const CPluginSearchpath other)

◆ ~CPluginSearchpath()

CPluginSearchpath::~CPluginSearchpath ( )

Member Function Documentation

◆ add() [1/2]

void CPluginSearchpath::add ( const char *  path)

◆ add() [2/2]

void CPluginSearchpath::add ( const boost::filesystem::path &  path)

◆ find_modules()

std::vector<PPluginModule> CPluginSearchpath::find_modules ( const std::string &  data,
const std::string &  type 
) const

◆ operator=()

CPluginSearchpath& CPluginSearchpath::operator= ( const CPluginSearchpath other)

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