Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

Dv::Util::Env::SBox Class Reference

An SBox simply contains a string. More...

#include <env.h>

Inherits Dv::Util::Env::Box.

List of all members.

Public Methods

virtual const std::string & svalue () const throw (Exception)
 Convert SBox to string.

virtual std::string & slvalue () throw (Exception)
 Convert SBox to constant string reference.


Detailed Description

An SBox simply contains a string.


Member Function Documentation

virtual const std::string& Dv::Util::Env::SBox::svalue   const throw (Exception) [inline, virtual]
 

Convert SBox to string.

Returns:
lvalue string of SBox.
Exceptions:
Exception  if not a string box.

Reimplemented from Dv::Util::Env::Box.

virtual std::string& Dv::Util::Env::SBox::slvalue   throw (Exception) [inline, virtual]
 

Convert SBox to constant string reference.

Returns:
constant string reference of SBox.
Exceptions:
Exception  if not a string box.

Reimplemented from Dv::Util::Env::Box.


The documentation for this class was generated from the following file:
dvenv-0.2.2 [20 October, 2002]