diff --git a/ZCppMain/test.cpp b/ZCppMain/test.cpp index 0eca81f..968302d 100644 --- a/ZCppMain/test.cpp +++ b/ZCppMain/test.cpp @@ -52,11 +52,26 @@ int main(int ArgiCnt, char** AppArgu) cout<<"# Elem : "<< AiInt << endl; }/* (ZTypInt AiInt)*/ - _FFC_(My3) + _FFC_(ZCShowData) + class ZCFunctor1 + { + private: + ZTypInt mi_Index; + public : - ZNsHide::ZCFunctor1 VO_CFunctor1; + ZCFunctor1(){mi_Index=0;} + + void operator()(int ArgiValue) + { cout<<"# index="<<++mi_Index<<", Value="<