Added some CORE_INLINEs

This commit is contained in:
Andreas Fabri 2003-09-12 08:14:21 +00:00
parent 938a24de35
commit d8eca03f6b
1 changed files with 5 additions and 5 deletions

View File

@ -106,15 +106,15 @@ public:
/// \name Conversion Function
//@{
long toLong() const;
CORE_INLINE long toLong() const;
//@}
/// \name Builtin functions
//@{
long asLong() const;
bool isInfty() const;
bool isTiny() const;
bool isNaN() const;
CORE_INLINE long asLong() const;
CORE_INLINE bool isInfty() const;
CORE_INLINE bool isTiny() const;
CORE_INLINE bool isNaN() const;
int sign() const;
//@}