This class implements a smart‐pointer‐like resource manager for a Datum object.
Synopsis
Declared in <bdld_manageddatum.h>
class ManagedDatum;
Type Aliases
Name |
Description |
Alias for the allocator type used by this class. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object and release all dynamically allocated memory managed by this object. |
Assignment operators |
|
Take ownership of the specified |
|
Return |
|
Assign to this object a deep copy of the specified |
|
Return a |
|
Return the allocator used by this object to supply memory. |
|
Make the |
|
Return a |
|
Return an address providing non‐modifiable access to the |
|
Format this object to the specified output |
|
Return the managed |
|
Efficiently exchange the value of this object with that of |
|
|
|
Non-Member Functions
Name |
Description |
Return |
|
Return |
|
Exchange the values of the specified |
Created with MrDocs