summaryrefslogtreecommitdiff
path: root/odb/mysql/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/context.hxx')
-rw-r--r--odb/mysql/context.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/odb/mysql/context.hxx b/odb/mysql/context.hxx
index c4615e8..266d38f 100644
--- a/odb/mysql/context.hxx
+++ b/odb/mysql/context.hxx
@@ -76,6 +76,16 @@ namespace mysql
class context: public ::context
{
+ // Predicates.
+ //
+ public:
+
+ // Return true if an object or value type has members for which
+ // the image can grow.
+ //
+ bool
+ grow (semantics::class_&);
+
private:
typedef ::context base_context;