aboutsummaryrefslogtreecommitdiff
path: root/odb/tr1/lazy-ptr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/tr1/lazy-ptr.hxx')
-rw-r--r--odb/tr1/lazy-ptr.hxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/odb/tr1/lazy-ptr.hxx b/odb/tr1/lazy-ptr.hxx
index 0c2cbce..52b1b03 100644
--- a/odb/tr1/lazy-ptr.hxx
+++ b/odb/tr1/lazy-ptr.hxx
@@ -84,7 +84,15 @@ namespace odb
public:
typedef odb::database database_type;
+ // NULL loaded()
+ //
+ // true true NULL pointer to transient object
+ // false true valid pointer to persistent object
+ // true false unloaded pointer to persistent object
+ // false false valid pointer to transient object
+ //
bool loaded () const;
+
std::tr1::shared_ptr<T> load () const;
// Unload the pointer. For transient objects this function is
@@ -186,7 +194,7 @@ namespace odb
// true true expired pointer to transient object
// false true valid pointer to persistent object
// true false expired pointer to persistent object
- // false false valid pointer to transiend object
+ // false false valid pointer to transient object
//
bool loaded () const;