CoreComponents 4.0.0
A Modern C++ Toolkit
Loading...
Searching...
No Matches

Reference counted objects: ownership and life-cycle. More...

Collaboration diagram for Objects:

Classes

class  Entity
 Objects that materialize on-demand. More...
 
class  New
 Helper type to select non-null contruction. More...
 
class  Object
 Object with value semantics More...
 
class  Singleton
 Process-wide singletons More...
 
class  ThreadLocalSingleton
 Thread-local singletons More...
 

Detailed Description

Reference counted objects: ownership and life-cycle.


Class Documentation

◆ cc::New

class cc::New

Helper type to select non-null contruction.