DABC (Data Acquisition Backbone Core)  2.9.9
Private Member Functions | Private Attributes | Friends
dabc::Object::ConstructorPair Struct Reference

Structure used to specify arguments for object constructor. More...

#include <dabc/Object.h>

Private Member Functions

 ConstructorPair ()
 
 ConstructorPair (const ConstructorPair &src)
 

Private Attributes

std::string name
 
Reference parent
 

Friends

class Object
 

Detailed Description

Structure used to specify arguments for object constructor.

Definition at line 247 of file Object.h.

Constructor & Destructor Documentation

◆ ConstructorPair() [1/2]

dabc::Object::ConstructorPair::ConstructorPair ( )
inlineprivate

Definition at line 254 of file Object.h.

◆ ConstructorPair() [2/2]

dabc::Object::ConstructorPair::ConstructorPair ( const ConstructorPair src)
inlineprivate

Definition at line 255 of file Object.h.

Friends And Related Function Documentation

◆ Object

friend class Object
friend

Definition at line 248 of file Object.h.

Field Documentation

◆ parent

Reference dabc::Object::ConstructorPair::parent
private

Definition at line 251 of file Object.h.

◆ name

std::string dabc::Object::ConstructorPair::name
private

Definition at line 252 of file Object.h.


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