soma-io  5.0.5
carto::PluginLoader::PluginFile Struct Reference

#include <soma-io/plugin/plugin.h>

Collaboration diagram for carto::PluginLoader::PluginFile:

Public Member Functions

 PluginFile (const std::string &file, const std::string &ver="")
 
bool operator== (const PluginFile &pf) const
 

Public Attributes

std::string filename
 
std::string version
 
bool loaded
 

Detailed Description

Definition at line 82 of file plugin.h.

Constructor & Destructor Documentation

◆ PluginFile()

carto::PluginLoader::PluginFile::PluginFile ( const std::string &  file,
const std::string &  ver = "" 
)

Member Function Documentation

◆ operator==()

bool carto::PluginLoader::PluginFile::operator== ( const PluginFile pf) const
inline

Definition at line 85 of file plugin.h.

References filename, and version.

Member Data Documentation

◆ filename

std::string carto::PluginLoader::PluginFile::filename

Definition at line 87 of file plugin.h.

Referenced by operator==().

◆ loaded

bool carto::PluginLoader::PluginFile::loaded

Definition at line 89 of file plugin.h.

◆ version

std::string carto::PluginLoader::PluginFile::version

Definition at line 88 of file plugin.h.

Referenced by operator==().


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