오퍼레이션

모든 기본(사용자 정의) 오퍼레이션에 대해 다음 코드 패턴이 작성됩니다.

void class::op1() {
   NOTIFY_OPERATION(op1, op1(), 0, op1_SERIALIZE);
      // Instrumentation
   //#[ operation op1()     // Annotation
      // body of the operation as you entered 
   //#]
};

피드백