aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/serializer/polymorphism/supermen.map
blob: ef39a197d6d4ec016acf5cce58dd55427ad0468b (plain)
1
2
3
4
5
6
7
8
9
10
# file      : examples/cxx/serializer/polymorphism/supermen.map
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : not copyrighted - public domain

include "supermen.hxx";

person   "const ::person&";
superman "const ::person&";
batman   "const ::person&";
supermen "const ::supermen&";