Name's operators are now available in python

This commit is contained in:
Damien Dupuis 2010-06-15 14:18:42 +00:00
parent 685dde710f
commit c006a8d96b
1 changed files with 0 additions and 10 deletions

View File

@ -22,32 +22,22 @@ namespace DTR {
/*! \fn bool Name::operator==(const Name&)
* \brief redifines the '==' operator.
*
* \note this method is not yet available in python
*/
/*! \fn bool Name::operator==(const std::string&)
* \brief redifines the '==' operator.
*
* \note this method is not yet available in python
*/
/*! \fn bool Name::operator!=(const Name&)
* \brief redifines the '!=' operator.
*
* \note this method is not yet available in python
*/
/*! \fn bool Name::operator!=(const std::string&)
* \brief redifines the '!=' operator.
*
* \note this method is not yet available in python
*/
/*! \fn bool Name::operator<(const Name) const
* \brief redifines the '<' operator.
*
* \note this method is not yet available in python
*/
/*! \fn inline const std::string& Name::getString() const