Diana  0.8.3
Public Member Functions | Friends
ICapePointerParameterSpec Class Reference
Inheritance diagram for ICapePointerParameterSpec:
ICapeParameterSpec ICapeIdentification DianaPointerParameterSpec

List of all members.

Public Member Functions

virtual Common::Types::CapePointer DefaultValue () const =0 throw (Common::Error::ECapeUnknown)
virtual Common::Types::CapeBoolean Validate (Common::Types::CapePointer value, Common::Types::CapeString &message)=0 throw (Common::Error::ECapeUnknown, Common::Error::ECapeInvalidArgument, Common::Error::ECapeNoImpl)

Friends

std::ostream & operator<< (std::ostream &os, const ICapePointerParameterSpec &pspec)

Member Function Documentation

virtual Common::Types::CapePointer DefaultValue ( ) const throw (Common::Error::ECapeUnknown) [pure virtual]

Gets the default value of the pointer valued parameter for which this is the specification.

Implemented in DianaPointerParameterSpec.

Validates a boolean value against its specification. It returns a flag to indicate the success or failure of the validation together with a text message which can be used to convey the reasoning to the client/user. The flag is True for success and False for failure. Currently not implemented.

Parameters:
valuethe value of the parameter to validate
messagemessage conveying information regarding the validation

Implemented in DianaPointerParameterSpec.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const ICapePointerParameterSpec pspec 
) [friend]

ostream output operator for the ICapePointerParameterSpec class.


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