aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xhtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 75f9102..c879248 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -7080,6 +7080,11 @@ public:
//
void unload () const;
+ // Get the underlying eager pointer. If this is an unloaded pointer
+ // to a persistent object, then the returned pointer will be NULL.
+ //
+ eager_ptr<T> get_eager () const;
+
// Initialization with a persistent loaded object.
//
template <class Y> lazy_ptr (database&, Y*);