aboutsummaryrefslogtreecommitdiff
path: root/odb/semantics/class.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/class.hxx')
-rw-r--r--odb/semantics/class.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/semantics/class.hxx b/odb/semantics/class.hxx
index 2d86cff..6d3b83b 100644
--- a/odb/semantics/class.hxx
+++ b/odb/semantics/class.hxx
@@ -91,6 +91,12 @@ namespace semantics
bool
default_ctor () const;
+ bool
+ complete () const;
+
+ bool
+ abstract () const;
+
public:
class_ (path const&, size_t line, size_t column, tree);