CVR-Lib last update 20 Sep 2009

cvr::constReferenceException Class Reference

constReferenceException class More...

#include <cvrConstReferenceException.h>

Inheritance diagram for cvr::constReferenceException:

Inheritance graph
[legend]
Collaboration diagram for cvr::constReferenceException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const std::string & name () const
virtual constReferenceExceptionclone () const
virtual constReferenceExceptionnewInstance () const


Detailed Description

constReferenceException class

constReferenceException is thrown if you try to modify a constant object. A constant object is an object created with the constant attribute.

See also:
cvr::genericVector::useExternData() cvr::genericVector::genericVector(const int,T*,const bool)

Member Function Documentation

virtual constReferenceException* cvr::constReferenceException::clone (  )  const [virtual]

Clone this object.

Reimplemented from cvr::exception.

virtual const std::string& cvr::constReferenceException::name (  )  const [virtual]

Returns the name of this type.

Reimplemented from cvr::exception.

virtual constReferenceException* cvr::constReferenceException::newInstance (  )  const [virtual]

Create new instance of this object.

Reimplemented from cvr::exception.


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

Generated on Sun Sep 20 22:08:39 2009 for CVR-Lib by Doxygen 1.5.8