This class implements component loading through manifest file.
More...
#include <sql_component.h>
This class implements component loading through manifest file.
◆ Deployed_components()
Deployed_components::Deployed_components |
( |
const std::string |
program_name, |
|
|
const std::string |
instance_path |
|
) |
| |
|
explicit |
◆ ~Deployed_components()
Deployed_components::~Deployed_components |
( |
| ) |
|
◆ components_loaded()
bool Deployed_components::components_loaded |
( |
| ) |
const |
|
inline |
◆ get_next_component()
void Deployed_components::get_next_component |
( |
std::string & |
components_list, |
|
|
std::string & |
one_component |
|
) |
| |
|
private |
◆ load()
bool Deployed_components::load |
( |
| ) |
|
|
private |
◆ make_urns()
bool Deployed_components::make_urns |
( |
std::vector< const char * > & |
urns | ) |
|
|
private |
◆ unload()
bool Deployed_components::unload |
( |
| ) |
|
|
private |
◆ valid()
bool Deployed_components::valid |
( |
| ) |
const |
|
inline |
◆ components_
std::string Deployed_components::components_ |
|
private |
◆ instance_path_
std::string Deployed_components::instance_path_ |
|
private |
◆ last_error_
std::string Deployed_components::last_error_ |
|
private |
◆ loaded_
bool Deployed_components::loaded_ |
|
private |
◆ program_name_
std::string Deployed_components::program_name_ |
|
private |
◆ valid_
bool Deployed_components::valid_ |
|
private |
The documentation for this class was generated from the following files: