Public Member Functions | Public Attributes | List of all members
UniquePtrHolder Struct Reference

Public Member Functions

 UniquePtrHolder ()
 

Public Attributes

std::unique_ptr< std::complex< double > > complex_ptr
 
std::unique_ptr< int > int_ptr
 
std::unique_ptr< V1null_ptr
 
std::unique_ptr< std::string > str_ptr
 
std::unique_ptr< V1v1_ptr
 

Detailed Description

Definition at line 34 of file std_unique_ptr.cpp.

Constructor & Destructor Documentation

◆ UniquePtrHolder()

UniquePtrHolder::UniquePtrHolder ( )
inline

Definition at line 35 of file std_unique_ptr.cpp.

Member Data Documentation

◆ complex_ptr

std::unique_ptr<std::complex<double> > UniquePtrHolder::complex_ptr

Definition at line 45 of file std_unique_ptr.cpp.

◆ int_ptr

std::unique_ptr<int> UniquePtrHolder::int_ptr

Definition at line 41 of file std_unique_ptr.cpp.

◆ null_ptr

std::unique_ptr<V1> UniquePtrHolder::null_ptr

Definition at line 43 of file std_unique_ptr.cpp.

◆ str_ptr

std::unique_ptr<std::string> UniquePtrHolder::str_ptr

Definition at line 44 of file std_unique_ptr.cpp.

◆ v1_ptr

std::unique_ptr<V1> UniquePtrHolder::v1_ptr

Definition at line 42 of file std_unique_ptr.cpp.


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


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 14 2024 02:15:58