An object of class NSSPContainer stores a value

Details

The NSSPContainer class is used to encapsulate a value or an object

Methods

Public methods


Method new()

Initializes a new NSSPContainer object.

Usage

NSSPContainer$new(entry)

Arguments

entry

an object or value to be stored

Returns

A new NSSPContainer object


Method clone()

The objects of this class are cloneable with this method.

Usage

NSSPContainer$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.