Security Scol plugin
Protected Attributes | List of all members
ObjectHolder< T > Class Template Reference

Uses encapsulation to hide an object in derived classes. More...

#include <misc.h>

Protected Attributes

m_object
 

Detailed Description

template<class T>
class ObjectHolder< T >

Uses encapsulation to hide an object in derived classes.

Template Parameters
Tclass or type

The object T is declared as protected.

Definition at line 227 of file misc.h.

Member Data Documentation

◆ m_object

template<class T >
T ObjectHolder< T >::m_object
protected

Definition at line 230 of file misc.h.


The documentation for this class was generated from the following file: