#include <cache.h>
Public Member Functions | |
| CacheKey () | |
| CacheKey (const std::string &type_, const ParameterVector ¶meters_) | |
| bool | operator< (const CacheKey &c) const |
| const ParameterVector & | parameters () const |
| const std::string & | type () const |
Protected Attributes | |
| ParameterVector | _parameters |
| std::string | _type |
Friends | |
| class | CacheContainer |
| g2o::Cache::CacheKey::CacheKey | ( | const std::string & | type_, |
| const ParameterVector & | parameters_ | ||
| ) |
| bool g2o::Cache::CacheKey::operator< | ( | const CacheKey & | c | ) | const |
|
inline |
|
inline |
|
friend |
|
protected |