aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-18 11:16:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-18 11:16:50 +0200
commit7410d96727a614e1b0168727a6dc586efd20ad89 (patch)
treee9cd47f599f64d842fa7473d50ffa5fb77d061f3 /doc
parent242b0fc01bd7fad62a3d96f7065ec6a13d816cfc (diff)
Add truth table for loaded() lazy_ptr function
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xhtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 6cdbc77..b56e21e 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -4572,7 +4572,15 @@ public:
// Lazy loading interface.
//
public:
+ // 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;
+
eager_ptr&lt;T> load () const;
// Unload the pointer. For transient objects this function is