|
Isis 3.0 Application Source Code Reference |
Home |
#include <Resolver.h>
Inherits DbResource.
Definition at line 43 of file Resolver.h.
Public Member Functions | |
| Resolver (Pvl &source, Variables &vars, FunctionList &funcs) | |
| ~Resolver () | |
| bool | resolve (const std::string &mapkey) |
| bool | isValid () const |
| std::string | value () const |
| Resolver | ( | Pvl & | source, | |
| Variables & | vars, | |||
| FunctionList & | funcs | |||
| ) | [inline] |
Definition at line 44 of file Resolver.h.
| ~Resolver | ( | ) | [inline] |
Definition at line 48 of file Resolver.h.
| bool resolve | ( | const std::string & | mapkey | ) | [inline] |
Definition at line 50 of file Resolver.h.
| bool isValid | ( | ) | const [inline] |
Definition at line 77 of file Resolver.h.
| std::string value | ( | ) | const [inline] |
Definition at line 78 of file Resolver.h.