Confdump Agent  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Static Public Member Functions | Properties | Private Attributes
Confdump::System::Linux::EnvironmentVariable Class Reference

An environment variable in the execution context of Confdump. More...

#include <EnvironmentVariable.hpp>

Inheritance diagram for Confdump::System::Linux::EnvironmentVariable:
Confdump::System::ManagedElement

List of all members.

Public Member Functions

 EnvironmentVariable ()
 EnvironmentVariable (boost::shared_ptr< const LinuxDumper > driver, QString name)
 EnvironmentVariable (QString name, QString value)
virtual ~EnvironmentVariable ()
QString name () const
QString value () const

Static Public Member Functions

static std::vector
< boost::shared_ptr
< EnvironmentVariable > > 
allSystemInstances (boost::shared_ptr< const LinuxDumper > driver)

Properties

QString name
QString value

Private Attributes

QString name_
QString value_

Detailed Description

An environment variable in the execution context of Confdump.

Definition at line 42 of file EnvironmentVariable.hpp.


Constructor & Destructor Documentation

Referenced by allSystemInstances().

Confdump::System::Linux::EnvironmentVariable::EnvironmentVariable ( boost::shared_ptr< const LinuxDumper driver,
QString  name 
)

Definition at line 35 of file EnvironmentVariable.cpp.

References value_.

Definition at line 49 of file EnvironmentVariable.cpp.

Definition at line 54 of file EnvironmentVariable.cpp.


Member Function Documentation

std::vector< boost::shared_ptr< EnvironmentVariable > > Confdump::System::Linux::EnvironmentVariable::allSystemInstances ( boost::shared_ptr< const LinuxDumper driver) [static]

Definition at line 58 of file EnvironmentVariable.cpp.

References environ, EnvironmentVariable(), name(), and value().

Referenced by allSystemInstances().

Referenced by allSystemInstances().


Member Data Documentation

Definition at line 61 of file EnvironmentVariable.hpp.

Definition at line 61 of file EnvironmentVariable.hpp.

Referenced by EnvironmentVariable().


Property Documentation

Definition at line 45 of file EnvironmentVariable.hpp.

Definition at line 46 of file EnvironmentVariable.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends