CYCLUS
Public Member Functions | List of all members
cyclus::AgentSpec Class Reference

Detailed Description

Definition at line 21 of file dynamic_module.h.

#include <dynamic_module.h>

Public Member Functions

std::string agent ()
 
 AgentSpec ()
 
 AgentSpec (InfileTree *t)
 
 AgentSpec (std::string path, std::string lib, std::string agent, std::string alias)
 
 AgentSpec (std::string str_spec)
 
std::string alias ()
 
std::string lib ()
 
std::string LibPath ()
 
std::string path ()
 
std::string Sanitize ()
 
std::string str ()
 

Constructor & Destructor Documentation

◆ AgentSpec() [1/4]

cyclus::AgentSpec::AgentSpec ( )
inline

Definition at line 23 of file dynamic_module.h.

◆ AgentSpec() [2/4]

cyclus::AgentSpec::AgentSpec ( InfileTree t)

Definition at line 34 of file dynamic_module.cc.

◆ AgentSpec() [3/4]

cyclus::AgentSpec::AgentSpec ( std::string  path,
std::string  lib,
std::string  agent,
std::string  alias 
)

Definition at line 19 of file dynamic_module.cc.

◆ AgentSpec() [4/4]

cyclus::AgentSpec::AgentSpec ( std::string  str_spec)

Definition at line 41 of file dynamic_module.cc.

Member Function Documentation

◆ agent()

std::string cyclus::AgentSpec::agent ( )
inline

Definition at line 35 of file dynamic_module.h.

◆ alias()

std::string cyclus::AgentSpec::alias ( )
inline

Definition at line 36 of file dynamic_module.h.

◆ lib()

std::string cyclus::AgentSpec::lib ( )
inline

Definition at line 34 of file dynamic_module.h.

◆ LibPath()

std::string cyclus::AgentSpec::LibPath ( )

Definition at line 62 of file dynamic_module.cc.

◆ path()

std::string cyclus::AgentSpec::path ( )
inline

Definition at line 33 of file dynamic_module.h.

◆ Sanitize()

std::string cyclus::AgentSpec::Sanitize ( )

Definition at line 53 of file dynamic_module.cc.

◆ str()

std::string cyclus::AgentSpec::str ( )

Definition at line 66 of file dynamic_module.cc.


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