From ddb77e1407eeaf0f18390cb49d915ca50ac2b528 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 20 Sep 2009 07:06:51 +0200 Subject: Add header, inline, and source generators All they currently do is output the namespace structure plus the included C++ files for header. --- cli/inline.hxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cli/inline.hxx (limited to 'cli/inline.hxx') diff --git a/cli/inline.hxx b/cli/inline.hxx new file mode 100644 index 0000000..1e1e790 --- /dev/null +++ b/cli/inline.hxx @@ -0,0 +1,14 @@ +// file : cli/inline.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#ifndef CLI_INLINE_HXX +#define CLI_INLINE_HXX + +#include "context.hxx" + +void +generate_inline (context&); + +#endif // CLI_INLINE_HXX -- cgit v1.1