Static Public Member Functions | List of all members
TestFactoryHelper Class Reference

Static Public Member Functions

static TestFactory1construct1 ()
 
static std::unique_ptr< TestFactory1construct1 (int a)
 
static TestFactory1construct1_string (std::string a)
 
static TestFactory2construct2 ()
 
static std::unique_ptr< TestFactory2construct2 (int a)
 
static TestFactory2 construct2 (std::string a)
 
static TestFactory3construct3 ()
 
static std::shared_ptr< TestFactory3construct3 (int a)
 

Detailed Description

Definition at line 117 of file test_factory_constructors.cpp.

Member Function Documentation

static TestFactory1* TestFactoryHelper::construct1 ( )
inlinestatic

Definition at line 121 of file test_factory_constructors.cpp.

static std::unique_ptr<TestFactory1> TestFactoryHelper::construct1 ( int  a)
inlinestatic

Definition at line 123 of file test_factory_constructors.cpp.

static TestFactory1* TestFactoryHelper::construct1_string ( std::string  a)
inlinestatic

Definition at line 125 of file test_factory_constructors.cpp.

static TestFactory2* TestFactoryHelper::construct2 ( )
inlinestatic

Definition at line 129 of file test_factory_constructors.cpp.

static std::unique_ptr<TestFactory2> TestFactoryHelper::construct2 ( int  a)
inlinestatic

Definition at line 131 of file test_factory_constructors.cpp.

static TestFactory2 TestFactoryHelper::construct2 ( std::string  a)
inlinestatic

Definition at line 133 of file test_factory_constructors.cpp.

static TestFactory3* TestFactoryHelper::construct3 ( )
inlinestatic

Definition at line 137 of file test_factory_constructors.cpp.

static std::shared_ptr<TestFactory3> TestFactoryHelper::construct3 ( int  a)
inlinestatic

Definition at line 139 of file test_factory_constructors.cpp.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:54