diff --git a/core/AmArg.h b/core/AmArg.h index 1fd1baa9..a0dc91c2 100644 --- a/core/AmArg.h +++ b/core/AmArg.h @@ -187,6 +187,7 @@ class AmArg AmArg& operator=(const AmArg& rhs); +#define isArgUndef(a) (AmArg::Undef == a.getType()) #define isArgArray(a) (AmArg::Array == a.getType()) #define isArgStruct(a)(AmArg::Struct == a.getType()) #define isArgDouble(a) (AmArg::Array == a.getType())