Wrapped Values::keys() function

release/4.3a0
Richard Roberts 2012-07-22 00:57:24 +00:00
parent ba51443365
commit 564ab1dd63
1 changed files with 1 additions and 0 deletions

View File

@ -1056,6 +1056,7 @@ class Values {
void insert(size_t j, const gtsam::Value& value);
bool exists(size_t j) const;
gtsam::Value at(size_t j) const;
gtsam::KeyList keys() const;
};
// Actually a FastList<Key>