summaryrefslogtreecommitdiff
path: root/odb/semantics/elements.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/elements.ixx')
-rw-r--r--odb/semantics/elements.ixx15
1 files changed, 15 insertions, 0 deletions
diff --git a/odb/semantics/elements.ixx b/odb/semantics/elements.ixx
new file mode 100644
index 0000000..7d92cdd
--- /dev/null
+++ b/odb/semantics/elements.ixx
@@ -0,0 +1,15 @@
+// file : odb/semantics/elements.ixx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+namespace semantics
+{
+ // typedefs
+ //
+ inline typedefs::type_type& typedefs::
+ type () const
+ {
+ return dynamic_cast<type_type&> (named ());
+ }
+}