OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Private Member Functions | List of all members
Attributes::RealArray Class Reference

Parser for an attribute of type real array. More...

#include <RealArray.h>

Inheritance diagram for Attributes::RealArray:
Inheritance graph
[legend]
Collaboration diagram for Attributes::RealArray:
Collaboration graph
[legend]

Public Member Functions

 RealArray (const std::string &name, const std::string &help)
 Constructor. More...
 
virtual ~RealArray ()
 
virtual const std::string & getType () const
 Return attribute type string ``real array''. More...
 
virtual void parse (Attribute &, Statement &, bool) const
 Parse the attribute. More...
 
virtual void parseComponent (Attribute &, Statement &, bool, int) const
 Parse a component of the array. More...
 
- Public Member Functions inherited from AttributeHandler
 AttributeHandler (const std::string &name, const std::string &help, AttributeBase *def)
 Constructor. More...
 
virtual ~AttributeHandler ()
 
virtual AttributeHandlerclone () const
 Make clone. More...
 
virtual AttributeBasegetDefault () const
 Return default value. More...
 
virtual const std::string & getHelp () const
 Return help string. More...
 
virtual const std::string & getName () const
 Return attribute name. More...
 
bool isDeferred () const
 Return defer flag. More...
 
void setDeferred (bool)
 Set or reset defer flag. More...
 
bool isReadOnly () const
 Return read-only flag. More...
 
void setReadOnly (bool)
 Set or reset read-only flag. More...
 
- Public Member Functions inherited from RCObject
int addReference () const
 Increment reference count. More...
 
int removeReference () const
 Decrement the reference count. More...
 
bool isShared () const
 Test for sharing. More...
 

Private Member Functions

 RealArray ()
 
 RealArray (const RealArray &)
 
void operator= (const RealArray &)
 

Additional Inherited Members

- Public Types inherited from AttributeHandler
enum  OwnerType {
  ELEMENT, COMMAND, SUB_COMMAND, STATEMENT,
  NONE
}
 
- Static Public Member Functions inherited from AttributeHandler
static std::multimap
< OwnerType, std::string > 
getOwner (const std::string &att)
 
static void addAttributeOwner (const std::string &owner, const OwnerType &type, const std::string &name)
 
- Protected Member Functions inherited from RCObject
 RCObject ()
 Default constructor. More...
 
 RCObject (const RCObject &)
 Copy constructor. More...
 
virtual ~RCObject ()=0
 
RCObjectoperator= (const RCObject &right)
 
- Protected Attributes inherited from AttributeHandler
const std::string itsName
 Attribute name. More...
 
const std::string itsHelp
 Help text. More...
 
Pointer< AttributeBaseitsDefault
 Default value. More...
 
bool is_deferred
 Defer flag. More...
 
bool is_readonly
 Read-only flag. More...
 

Detailed Description

Parser for an attribute of type real array.

Definition at line 32 of file RealArray.h.

Constructor & Destructor Documentation

Attributes::RealArray::RealArray ( const std::string &  name,
const std::string &  help 
)

Constructor.

Definition at line 37 of file RealArray.cpp.

Attributes::RealArray::~RealArray ( )
virtual

Definition at line 42 of file RealArray.cpp.

Attributes::RealArray::RealArray ( )
private
Attributes::RealArray::RealArray ( const RealArray )
private

Member Function Documentation

const std::string & Attributes::RealArray::getType ( ) const
virtual

Return attribute type string ``real array''.

Implements AttributeHandler.

Definition at line 46 of file RealArray.cpp.

void Attributes::RealArray::operator= ( const RealArray )
private
void Attributes::RealArray::parse ( Attribute attr,
Statement statement,
bool  eval 
) const
virtual

Parse the attribute.

Implements AttributeHandler.

Definition at line 52 of file RealArray.cpp.

References Expressions::OArray< T >::evaluate(), AttributeHandler::is_deferred, Expressions::parseRealArray(), and Attribute::set().

Here is the call graph for this function:

void Attributes::RealArray::parseComponent ( Attribute attr,
Statement stat,
bool  eval,
int  index 
) const
virtual

Parse a component of the array.

Reimplemented from AttributeHandler.

Definition at line 68 of file RealArray.cpp.

References Attribute::getBase(), Expressions::parseReal(), Attribute::set(), and Expressions::ADeferred< T >::setComponent().

Here is the call graph for this function:


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