summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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<T> load () const;
// Unload the pointer. For transient objects this function is