cgv
Loading...
Searching...
No Matches
cgv::base::object_registration_2< T, CA1, CA2 > Struct Template Reference

convenience class to register an object of the given class type with two constructor arguments More...

#include <register.h>

Public Member Functions

 object_registration_2 (const CA1 &a1, const CA2 &a2, const std::string &options="")
 pass information about the target registration listener in the options argument
 

Detailed Description

template<class T, typename CA1, typename CA2>
struct cgv::base::object_registration_2< T, CA1, CA2 >

convenience class to register an object of the given class type with two constructor arguments

Definition at line 184 of file register.h.

Constructor & Destructor Documentation

◆ object_registration_2()

template<class T , typename CA1 , typename CA2 >
cgv::base::object_registration_2< T, CA1, CA2 >::object_registration_2 ( const CA1 a1,
const CA2 a2,
const std::string &  options = "" 
)
inline

pass information about the target registration listener in the options argument

Definition at line 187 of file register.h.

References cgv::base::is_registration_enabled(), and cgv::base::register_object().


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