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