#include <CachingVariable.h>
|
std::vector< std::string > | d_ |
|
Definition at line 21 of file CachingVariable.h.
◆ Description() [1/2]
Description::Description |
( |
| ) |
|
|
inline |
◆ Description() [2/2]
Description::Description |
( |
std::vector< std::string > & |
d | ) |
|
|
inline |
◆ addLine()
void Description::addLine |
( |
const std::string & |
l | ) |
|
|
inline |
◆ lines()
const std::vector<std::string> Description::lines |
( |
| ) |
|
|
inline |
◆ text()
std::string Description::text |
( |
| ) |
const |
|
inline |
◆ d_
std::vector<std::string> Description::d_ |
|
private |