![]() |
Rosetta Utilities
2014.16.56682
|
Wrapper for std::string. More...
#include <CacheableString.hh>
Public Member Functions | |
| CacheableString (std::string str) | |
| virtual | ~CacheableString () |
| virtual CacheableDataOP | clone () const |
| virtual std::string const & | str () const |
Public Member Functions inherited from basic::datacache::CacheableData | |
| virtual | ~CacheableData () |
Public Member Functions inherited from utility::pointer::ReferenceCount | |
| void | ctor () |
| virtual | ~ReferenceCount () |
| Destructor. More... | |
| Size | ref_count () const |
| Reference count. More... | |
Private Attributes | |
| std::string | str_ |
Additional Inherited Members | |
Public Types inherited from utility::pointer::ReferenceCount | |
| typedef platform::Size | Size |
| typedef platform::Size | size_type |
Protected Member Functions inherited from utility::pointer::ReferenceCount | |
| ReferenceCount () | |
| Default constructor. More... | |
| ReferenceCount (ReferenceCount const &) | |
| Copy constructor. More... | |
| ReferenceCount & | operator= (ReferenceCount const &) |
| Copy assignment. More... | |
Wrapper for std::string.
|
inline |
Referenced by clone().
|
inlinevirtual |
|
inlinevirtual |
Implements basic::datacache::CacheableData.
References CacheableString().
|
inlinevirtual |
References str_.
|
private |
Referenced by str().
1.8.7