An Idiom for Incremental Extension of Message Protocol in C++

C++ 에서 메시지 프로토콜의 점진적인 확장 기법

  • 김은주 (동명정보대학교 정보공학부 정보통신공학과)
  • Received : 2003.05.24
  • Accepted : 2003.06.06
  • Published : 2003.07.30

Abstract

In this paper, I present a programming idiom for extending message protocols incrementally in C++, where effectiveness of message transmission is regarded as static binding. Our techniques analyze message protocols with a message handler that examines message types, parameters, and effectiveness dynamically. The result of this analysis is not only to cope with incremental extension of message protocols effectively but also to simulate all essential elements of the object-oriented programming. This result also makes it possible to write high level of procedure like message transmission to object groups.

본 논문에서는 다형적 변수에 대한 메시지 전달의 유효성을 정적 형검사로 간주하는 C++에서 메시지 프로토콜을 점진적으로 확장할 수 있는 프로그래밍 기법을 제시하였다. 제시한 기법은 메시지의 유형, 인수, 및 유효성을 동적으로 검사할 수 있는 프로시듀어인 메시지 핸들러라는 관점에서 메시지 프로토콜을 해석하도록 하였다. 이러한 해석의 결과 메시지 프로토콜의 점진적 확장에 효과적으로 대처할 수 있을 뿐 아니라 기존의 객체지향 프로그래밍의 모든 요소들을 충실히 모방할 수도 있었으며, 객체의 그룹에 어떤 메시지를 전달하는 기능과 같은 고수준의 프로시듀어 작성도 가능하게 되었다.

Keywords