summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/library/library.map
blob: 90f4938d26325a80a2f44e73bc1669949353fe09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# file      : examples/cxx/parser/library/library.map
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : not copyrighted - public domain

namespace http://www.codesynthesis.com/library ::library
{
  include "library.hxx";

  isbn    isbn isbn;
  title   title;
  genre   genre genre;
  person  person;
  author  author;
  book    book;
  catalog catalog;
}