#include <gtsam/inference/Symbol.h>#include <limits.h>#include <list>#include <iostream>#include <sstream>#include <cstdio>
Go to the source code of this file.
| Namespaces | |
| gtsam | |
| traits | |
| Functions | |
| static Symbol | gtsam::make (gtsam::Key key) | 
| GTSAM_EXPORT std::ostream & | gtsam::operator<< (std::ostream &os, const Symbol &symbol) | 
| Variables | |
| static const size_t | gtsam::chrBits = sizeof(unsigned char) * 8 | 
| static const Key | gtsam::chrMask = Key(UCHAR_MAX) << indexBits | 
| static const size_t | gtsam::indexBits = keyBits - chrBits | 
| static const Key | gtsam::indexMask = ~chrMask | 
| static const size_t | gtsam::keyBits = sizeof(Key) * 8 | 
Definition in file Symbol.cpp.