Midge  v3.9.2
Data Processing Framework
Public Member Functions | Static Public Attributes | Static Private Attributes | List of all members
initializer< x_type > Class Template Reference

#include <initializer.hh>

Public Member Functions

 initializer ()
 
 ~initializer ()
 

Static Public Attributes

static char f_data [sizeof(x_type)]
 

Static Private Attributes

static x_type * f_instance = NULL
 
static int f_count = 0
 

Detailed Description

template<class x_type>
class midge::initializer< x_type >

Definition at line 11 of file initializer.hh.

Constructor & Destructor Documentation

◆ initializer()

Definition at line 36 of file initializer.hh.

◆ ~initializer()

Definition at line 44 of file initializer.hh.

Member Data Documentation

◆ f_count

int f_count = 0
staticprivate

Definition at line 19 of file initializer.hh.

◆ f_data

char f_data
static
Initial value:
=
{ }

Definition at line 22 of file initializer.hh.

◆ f_instance

x_type * f_instance = NULL
staticprivate

Definition at line 18 of file initializer.hh.


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