WPILibC++
trunk
|
#include <StringCache.h>
Public Member Functions | |
StringCache () | |
std::string & | Get (const std::string &input) |
virtual std::string | Calc (const std::string &input)=0 |
A simple cache that allows for caching the mapping of one string to another calculated one
Definition at line 15 of file StringCache.h.
StringCache::StringCache | ( | ) |
|
pure virtual |
Will only be called if a value has not already been calculated
input |
Implemented in NetworkTableKeyCache.