mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 21:15:58 +00:00
Add a 'ref' type.
This commit is contained in:
@@ -38,6 +38,7 @@ class HashedObject : private IS_INSTANCE (HashedObject)
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef boost::shared_ptr <HashedObject> pointer;
|
typedef boost::shared_ptr <HashedObject> pointer;
|
||||||
|
typedef pointer const& ref;
|
||||||
|
|
||||||
/** Create from a vector of data.
|
/** Create from a vector of data.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user