Ask a Question | Search PSRCHIVE: |
Home
|
TextParameters.h 65 std::string value;
void unload(FILE *) const Unload to an open stream. Definition: TextParameters.C:52 void load(FILE *) Load from an open stream. Definition: TextParameters.C:42 bool equals(const Parameters *that) const Return true if *this == *that. Definition: TextParameters.C:19 Stores pulsar parameters as uninterpreted text. Definition: TextParameters.h:24 std::string get_value(const std::string &keyword) const Retrieve a string from the text. Definition: TextParameters.C:85 T get(const std::string &keyword) const Return a value from the text, throw exeception if not found. Definition: TextParameters.h:65 Storage of pulsar parameters used to create a Predictor. Definition: Parameters.h:28 Parameters * clone() const Return a new, copy constructed instance of self. Definition: TextParameters.C:14 std::string get_name() const Return the pulsar name. Definition: TextParameters.C:129 void set_text(const std::string &t) Set the text. Definition: TextParameters.h:53 Generated using doxygen 1.8.17
|