#include <gtsam/inference/Key.h>#include <gtsam/inference/Symbol.h>#include <gtsam/base/Testable.h>#include <gtsam/base/TestableAssertions.h>#include <CppUnitLite/TestHarness.h>#include <sstream>
Go to the source code of this file.
| Functions | |
| string | keyMyFormatter (Key key) | 
| template<int KeySize> | |
| Key | KeyTestValue () | 
| template<> | |
| Key | KeyTestValue< 4 > () | 
| template<> | |
| Key | KeyTestValue< 8 > () | 
| int | main () | 
| TEST (Key, ChrTest) | |
| TEST (Key, Formatting) | |
| TEST (Key, KeySymbolConversion) | |
| TEST (Key, KeySymbolEncoding) | |
| TEST (Key, SymbolGenerator) | |
| TEST (Key, SymbolGeneratorConstexpr) | |
| Variables | |
| Key | aKey = gtsam::symbol_shorthand::X(4) | 
| string keyMyFormatter | ( | Key | key | ) | 
Definition at line 101 of file testKey.cpp.
| Key KeyTestValue | ( | ) | 
| Key KeyTestValue< 4 > | ( | ) | 
Definition at line 75 of file testKey.cpp.
| Key KeyTestValue< 8 > | ( | ) | 
Definition at line 70 of file testKey.cpp.
| int main | ( | ) | 
Definition at line 126 of file testKey.cpp.
| TEST | ( | Key | , | 
| ChrTest | |||
| ) | 
Definition at line 93 of file testKey.cpp.
| TEST | ( | Key | , | 
| Formatting | |||
| ) | 
Definition at line 105 of file testKey.cpp.
| TEST | ( | Key | , | 
| KeySymbolConversion | |||
| ) | 
Definition at line 32 of file testKey.cpp.
| TEST | ( | Key | , | 
| KeySymbolEncoding | |||
| ) | 
Definition at line 80 of file testKey.cpp.
| TEST | ( | Key | , | 
| SymbolGenerator | |||
| ) | 
Definition at line 41 of file testKey.cpp.
| TEST | ( | Key | , | 
| SymbolGeneratorConstexpr | |||
| ) | 
Definition at line 60 of file testKey.cpp.
| Key aKey = gtsam::symbol_shorthand::X(4) | 
Definition at line 29 of file testKey.cpp.