// Base Agent class with code common to all platforms. class AgentBase : public Agent { public: // Agent: const Config& GetConfig() const override;
ResultCode Stop() override;
// Notifies the handler of the given error. Returns the error // passed into the method.
ResultCode NotifyError(const char* context, ResultCode error);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.