Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

anoid::loader::DynamicLoadableModuleInfo Struct Reference

#include <loader.hh>

Collaboration diagram for anoid::loader::DynamicLoadableModuleInfo:

Collaboration graph
[legend]
List of all members.

Public Methods

 DynamicLoadableModuleInfo (const std::string &n, const std::string &l)

Public Attributes

const std::string name
std::string location
std::list< std::string > requires

Constructor & Destructor Documentation

anoid::loader::DynamicLoadableModuleInfo::DynamicLoadableModuleInfo const std::string &    n,
const std::string &    l
[inline]
 

Definition at line 19 of file loader.hh.

References location, and name.


Member Data Documentation

std::string anoid::loader::DynamicLoadableModuleInfo::location
 

Definition at line 17 of file loader.hh.

Referenced by DynamicLoadableModuleInfo(), and anoid::loader::Loader::load().

const std::string anoid::loader::DynamicLoadableModuleInfo::name
 

Definition at line 16 of file loader.hh.

Referenced by DynamicLoadableModuleInfo().

std::list<std::string> anoid::loader::DynamicLoadableModuleInfo::requires
 

Definition at line 18 of file loader.hh.

Referenced by anoid::loader::Loader::includeInformation(), and anoid::loader::Loader::load().


The documentation for this struct was generated from the following file:
Anoid NG © Michael Westergaard, Martin Stig Stissing, Ronni Michael Laursen, and Kristian Bisgaard Lassen