Go to the documentation of this file.Go to the SVN repository for this file.
41 #ifndef OBJTOOLS_EUTILS_EFETCH_MATHEXPRESSION_BASE_HPP
42 #define OBJTOOLS_EUTILS_EFETCH_MATHEXPRESSION_BASE_HPP
48 #ifndef BEGIN_objects_SCOPE
49 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
50 # define END_objects_SCOPE END_SCOPE(objects)
386 bool IsFn(
void)
const;
732 bool IsLn(
void)
const;
753 bool IsLog(
void)
const;
1143 bool IsRem(
void)
const;
1317 bool IsAbs(
void)
const;
1359 bool IsArg(
void)
const;
1464 bool IsExp(
void)
const;
1582 bool IsMax(
void)
const;
1603 bool IsMin(
void)
const;
1767 bool IsGcd(
void)
const;
1788 bool IsLcm(
void)
const;
1908 bool IsAnd(
void)
const;
1929 bool IsOr(
void)
const;
1950 bool IsXor(
void)
const;
2431 bool IsEq(
void)
const;
2452 bool IsGt(
void)
const;
2473 bool IsLt(
void)
const;
2494 bool IsGeq(
void)
const;
2515 bool IsLeq(
void)
const;
2637 bool IsNeq(
void)
const;
3240 bool IsSet(
void)
const;
3557 bool IsIn(
void)
const;
4258 bool IsSin(
void)
const;
4279 bool IsCos(
void)
const;
4300 bool IsTan(
void)
const;
4321 bool IsSec(
void)
const;
4342 bool IsCsc(
void)
const;
4363 bool IsCot(
void)
const;