aboutsummaryrefslogtreecommitdiff
path: root/odb/tr1/lazy-ptr.ixx
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-08-14Reimplement lazy_weak_ptr lock() to preserve database typeBoris Kolpackov1-0/+7
Now we initialize the returned lazy_shared_ptr with the same loader function as the one set for weak_ptr.
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-05-21Add ability to get underlying eager pointer in weak pointersBoris Kolpackov1-0/+14
2013-05-21Ignore requests to load transient objects in lazy pointersBoris Kolpackov1-5/+6
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-12-10Fix incorrect return statementBoris Kolpackov1-2/+2
2012-10-29Add static multi-database support for lazy pointersBoris Kolpackov1-43/+43
A lazy pointer must load the object using the static database interface with which it was initialized.
2012-07-03Add template qualifiers that are missing according to Clang 3.1Boris Kolpackov1-2/+6
2012-02-28Remove allocator constructors and reset() from TR1 lazy_shared_ptrBoris Kolpackov1-38/+1
Those are not provided by TR1.
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-04-18Fix loaded() function in lazy_ptr to conform to documentationBoris Kolpackov1-2/+4
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-12-09Add lazy pointer supportBoris Kolpackov1-0/+649
Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr.