LiteFX 0.3.1.2022
Computer Graphics Engine
LiteFX::Logging::Log::LogImpl Class Reference

Inherits LiteFX::Implement< Log >.

Public Member Functions

 LogImpl (Log *parent, const String &name)
 
- Public Member Functions inherited from LiteFX::Implement< Log >
 Implement (Log *parent)
 Initializes the implementation instance. More...
 
 Implement (Implement< Log > &&)=delete
 
 Implement (const Implement< Log > &)=delete
 
virtual ~Implement ()=default
 

Friends

class Log
 

Additional Inherited Members

- Public Types inherited from LiteFX::Implement< Log >
using interface_type = Log
 
using base = Implement< interface_type >
 
- Protected Attributes inherited from LiteFX::Implement< Log >
Logm_parent
 

Constructor & Destructor Documentation

◆ LogImpl()

LiteFX::Logging::Log::LogImpl::LogImpl ( Log parent,
const String name 
)
inline

Friends And Related Function Documentation

◆ Log

friend class Log
friend