Public Member Functions | Private Attributes | List of all members
Movable Class Reference

Public Member Functions

std::string get_value () const
 
 Movable (const Movable &m)
 
 Movable (int a, int b)
 
 Movable (Movable &&m) noexcept
 
 ~Movable ()
 

Private Attributes

int value
 

Detailed Description

Definition at line 122 of file test_virtual_functions.cpp.

Constructor & Destructor Documentation

◆ Movable() [1/3]

Movable::Movable ( int  a,
int  b 
)
inline

Definition at line 124 of file test_virtual_functions.cpp.

◆ Movable() [2/3]

Movable::Movable ( const Movable m)
inline

Definition at line 125 of file test_virtual_functions.cpp.

◆ Movable() [3/3]

Movable::Movable ( Movable &&  m)
inlinenoexcept

Definition at line 126 of file test_virtual_functions.cpp.

◆ ~Movable()

Movable::~Movable ( )
inline

Definition at line 128 of file test_virtual_functions.cpp.

Member Function Documentation

◆ get_value()

std::string Movable::get_value ( ) const
inline

Definition at line 127 of file test_virtual_functions.cpp.

Member Data Documentation

◆ value

int Movable::value
private

Definition at line 131 of file test_virtual_functions.cpp.


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


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:15