Ask a Question | Search PSRCHIVE: |
Home
|
ProfileExtension.h 73 }
Definition: ProfileExtension.h:28 std::string extension_name Extension name - useful when debugging. Definition: ProfileExtension.h:61 virtual TextInterface::Parser * get_interface() Return a text interface that can be used to access this instance. Definition: ProfileExtension.h:47 static bool verbose flag controls the amount output to stderr by Profile methods Definition: Profile.h:53 std::string get_extension_name() const Return the name of the Extension. Definition: Profile.C:212 virtual void integrate(const Profile *subint) Integrate information from another Profile. Definition: ProfileExtension.h:50 const ExtensionType * get() const Template method searches for an Extension of the specified type. virtual Extension * clone() const =0 Return a new copy-constructed instance identical to this instance. Extension(const char *name) Construct with a name. Definition: Profile.C:204 virtual std::string get_short_name() const Return an abbreviated name that can be typed relatively quickly. Definition: Profile.C:217 Generated using doxygen 1.8.17
|