summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/library/library.map
blob: 3a49b494b55cd6310f02e4ba1f48449e29d8dfa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : examples/cxx/parser/library/library.map
# 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;
}