OpenSim::PropertyObjPtr< T > Class Template Reference
#include <PropertyObjPtr.h>
List of all members.
template<class T = Object>
class OpenSim::PropertyObjPtr< T >
Constructor & Destructor Documentation
template<class T = Object>
template<class T = Object>
template<class T = Object>
Member Function Documentation
template<class T = Object>
template<class T = Object>
Implementation of the output operator.
The output consists of the type and name:
- Parameters:
-
| aOut | Output stream. |
| aProperty | Property to be output. |
- Returns:
- Reference to the output stream. ostream& operator<<(ostream &aOut,const Property &aProperty) { aOut << aProperty.getTypeAsString() << " " << aProperty.getName(); return(aOut); } Get the type of this property as a string.
-
Type of the property.
Reimplemented from OpenSim::Property.
template<class T = Object>
template<class T = Object>
template<class T = Object>
template<class T = Object>
Assign this property to another.
- Parameters:
-
| aProperty | Property to which to assign this property. |
- Returns:
- Reference to this property.
Reimplemented from OpenSim::Property.
template<class T = Object>
template<class T = Object>
template<class T = Object>
The documentation for this class was generated from the following file:
- OpenSim/Common/PropertyObjPtr.h