g2o
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
memory.h File Reference
#include <memory>
Include dependency graph for memory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  g2o
 
namespace  g2o::ceres
 
namespace  g2o::ceres::internal
 

Macros

#define G2O_CERES_INTERNAL_TRY   if (true)
 
#define G2O_CERES_INTERNAL_CATCH_ANY   else if (false)
 
#define G2O_CERES_INTERNAL_RETHROW
 

Functions

template<typename Allocator , typename Iterator , typename... Args>
void g2o::ceres::internal::ConstructRange (Allocator &alloc, Iterator first, Iterator last, const Args &... args)
 
template<typename Allocator , typename Iterator , typename InputIterator >
void g2o::ceres::internal::CopyRange (Allocator &alloc, Iterator destination, InputIterator first, InputIterator last)
 

Macro Definition Documentation

◆ G2O_CERES_INTERNAL_CATCH_ANY

#define G2O_CERES_INTERNAL_CATCH_ANY   else if (false)

Definition at line 37 of file memory.h.

◆ G2O_CERES_INTERNAL_RETHROW

#define G2O_CERES_INTERNAL_RETHROW
Value:
do { \
} while (false)

Definition at line 38 of file memory.h.

39 { \
40 } while (false)

◆ G2O_CERES_INTERNAL_TRY

#define G2O_CERES_INTERNAL_TRY   if (true)

Definition at line 36 of file memory.h.