g2o
|
#include <cache.h>
Public Member Functions | |
CacheKey () | |
CacheKey (const std::string &type_, const ParameterVector ¶meters_) | |
bool | operator< (const CacheKey &c) const |
const std::string & | type () const |
const ParameterVector & | parameters () const |
Protected Attributes | |
std::string | _type |
ParameterVector | _parameters |
Friends | |
class | CacheContainer |
g2o::Cache::CacheKey::CacheKey | ( | const std::string & | type_, |
const ParameterVector & | parameters_ | ||
) |
bool g2o::Cache::CacheKey::operator< | ( | const CacheKey & | c | ) | const |
Definition at line 51 of file cache.cpp.
References _parameters, g2o::Cache::_parameters, and _type.
|
inline |
|
inline |
|
friend |
|
protected |
Definition at line 57 of file cache.h.
Referenced by g2o::CacheContainer::createCache(), and operator<().
|
protected |
Definition at line 56 of file cache.h.
Referenced by operator<().