Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

quantity::PrintStatus Class Reference

store and make available the status of printing More...

#include <Quantity.h>

List of all members.

Public Member Functions

bool name (void) const
 return the status to print the quantity name

bool symbol (void) const
 return the status to print the quantity symbol


Static Private Attributes

bool _name = false
 default value

bool _symbol = false
 default value


Detailed Description

store and make available the status of printing

Definition at line 325 of file Quantity.h.


Member Function Documentation

bool quantity::PrintStatus::name void   )  const [inline]
 

return the status to print the quantity name

reads the private _name data member.

Definition at line 337 of file Quantity.h.

References _name.

bool quantity::PrintStatus::symbol void   )  const [inline]
 

return the status to print the quantity symbol

reads the private _symbol data member.

Definition at line 341 of file Quantity.h.

References _symbol.


Member Data Documentation

bool quantity::PrintStatus::_name = false [static, private]
 

default value

Definition at line 32 of file Quantity.cc.

Referenced by name().

bool quantity::PrintStatus::_symbol = false [static, private]
 

default value

Definition at line 34 of file Quantity.cc.

Referenced by symbol().


The documentation for this class was generated from the following files:
Generated on Mon Feb 12 18:48:41 2007 for Quantity by doxygen 1.3.6