|
Open CASCADE Technology 6.5.2
|
This class defines all the methods to create and
compute an algebraic formula.
#include <Units_MathSentence.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Units_MathSentence (const Standard_CString astring) | |
| Creates and returns a MathSentence object. The string <astring> describes an algebraic formula in natural language. | |
| Units_MathSentence::Units_MathSentence | ( | const Standard_CString | astring | ) |
| void Units_MathSentence::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from Units_Sentence.
| void* Units_MathSentence::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from Units_Sentence.
| void* Units_MathSentence::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from Units_Sentence.
1.7.4