Skip to main content
USENIX
  • Conferences
  • Students
Sign in

connect with us


  •  Twitter
  •  Facebook
  •  LinkedIn
  •  Google+
  •  YouTube

twitter

Tweets by @usenix

usenix conference policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

You are here

Home ยป A Poor Man's Approach to String-Based Interfacing of C++ Objects
Tweet

connect with us

A Poor Man's Approach to String-Based Interfacing of C++ Objects

Authors: 

Thomas Kofler, Walter Bischofberger; Bruno Schaeffer, Union Bank of Switzerland - UBILAB

Abstract: 

During the last year we built several solutions for opening our ET++ applications for internal and external scripting. The most annoying part to be coded manually was the code stubs that translate a string based request into the invocation of a member function. For this reason we built an ET++ specific solution that provides dispatchable member functions in an inexpensive, non-intrusive way. Our solution consists of an extension of the macro generated ET++ run time meta information. To make a member function dispatchable, a developer has to write one macro call. This generates a member function meta object providing information about arguments and a function that serves to invoke the respective member function. These two generated parts work in the context of the dynamic invocation framework, which embodies an architecture that can be customized for varying interfacing needs.

Thomas Kofler, Union Bank of Switzerland - UBILAB

Bruno Schaeffer, Union Bank of Switzerland - UBILAB

Walter Bischofberger, Union Bank of Switzerland - UBILAB

BibTeX
@inproceedings {252343,
author = {Thomas Kofler and Bruno Schaeffer and Walter Bischofberger},
title = {A Poor Man{\textquoteright}s Approach to {String-Based} Interfacing of C++ Objects},
booktitle = {USENIX 6th C++ Technical Conference (USENIX 6th C++ Technical Conference)},
year = {1994},
address = {Cambridge, MA},
url = {https://www.usenix.org/conference/usenix-6th-c-technical-conference/poor-mans-approach-string-based-interfacing-c-objects},
publisher = {USENIX Association},
month = apr,
}
Download

Links

Paper: 
http://usenix.org/publications/library/proceedings/c++94/full_papers/kofler.ps
  • Log in or    Register to post comments

© USENIX

  • Privacy Policy
  • Contact Us