g2o
Loading...
Searching...
No Matches
Public Member Functions | List of all members
g2o::ceres::internal::FixedArray< T, N, A >::EmptyInlinedStorage Class Reference

Public Member Functions

StorageElementdata ()
 
void AnnotateConstruct (size_type)
 
void AnnotateDestruct (size_type)
 

Detailed Description

template<typename T, size_t N = kFixedArrayUseDefault, typename A = FixedArrayDefaultAllocator<T>>
class g2o::ceres::internal::FixedArray< T, N, A >::EmptyInlinedStorage

Definition at line 385 of file fixed_array.h.

Member Function Documentation

◆ AnnotateConstruct()

template<typename T , size_t N = kFixedArrayUseDefault, typename A = FixedArrayDefaultAllocator<T>>
void g2o::ceres::internal::FixedArray< T, N, A >::EmptyInlinedStorage::AnnotateConstruct ( size_type  )
inline

Definition at line 388 of file fixed_array.h.

388{}

◆ AnnotateDestruct()

template<typename T , size_t N = kFixedArrayUseDefault, typename A = FixedArrayDefaultAllocator<T>>
void g2o::ceres::internal::FixedArray< T, N, A >::EmptyInlinedStorage::AnnotateDestruct ( size_type  )
inline

Definition at line 389 of file fixed_array.h.

389{}

◆ data()

template<typename T , size_t N = kFixedArrayUseDefault, typename A = FixedArrayDefaultAllocator<T>>
StorageElement * g2o::ceres::internal::FixedArray< T, N, A >::EmptyInlinedStorage::data ( )
inline

Definition at line 387 of file fixed_array.h.

387{ return nullptr; }

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