Searched refs:CLARA_NULL (Results 1 – 1 of 1) sorted by relevance
3909 #define CLARA_NULL nullptr macro3911 #define CLARA_NULL NULL macro4023 BoundArgFunction() : functionObj( CLARA_NULL ) {} in BoundArgFunction()4025 …tion const& other ) : functionObj( other.functionObj ? other.functionObj->clone() : CLARA_NULL ) {} in BoundArgFunction()4027 …ArgFunction<ConfigT>* newFunctionObj = other.functionObj ? other.functionObj->clone() : CLARA_NULL; in operator =()4043 return functionObj != CLARA_NULL; in isSet()