public

Inheritance Graph

graph BT
	RegistryHandle
	click RegistryHandle "classUtil_1_1RegistryHandle"

Description

Handle used by Registry .

Handle that points to an element inside a registry. I can only be constructed by calling Registry::registerElement() .

Parameters

container_t
Container type used by the registry

Author: Benjamin Eikel

Date: 2013-11-21

Public Functions

   
   
  RegistryHandle( RegistryHandle && void)
   
  RegistryHandle(const RegistryHandle & void)
   
RegistryHandle & operator=( RegistryHandle && void)
   
RegistryHandle & operator=(const RegistryHandle & void)

Documentation

function
Util::RegistryHandle::RegistryHandle

public
     
     
RegistryHandle( RegistryHandle && void )

Defined in Util/Registry.h:45


function
Util::RegistryHandle::RegistryHandle

public
     
     
RegistryHandle( const RegistryHandle & void )

Defined in Util/Registry.h:46


function
Util::RegistryHandle::operator=

public
     
     
RegistryHandle & operator=( RegistryHandle && void )

Defined in Util/Registry.h:47


function
Util::RegistryHandle::operator=

public
     
     
RegistryHandle & operator=( const RegistryHandle & void )

Defined in Util/Registry.h:48