Skip to main content

destructor

virtual ~Params();

Delete a Params object.

Parameters

  • returns none

Example

Params p = new Params();

delete p;

The Params header file is included with any SST object that supports Params.

#include <sst/core/component.h> // or
#include <sst/core/subcomponent.h> // or
#include <sst/core/componentExtension.h> // or
#include <sst/core/params.h> // if not included in base class