Class JTagged

Inheritance Relationships

Base Type

  • public Object

Class Documentation

class JTagged : public Object

JTagged defines a type representing an object is tagged with J.

Public Functions

inline JTagged()

The constructor of JTagged.

Returns

The instance of JTagged.

inline explicit JTagged(const TypePtr &subtype)

The constructor of JTagged with a parameter.

Parameters

subtype[in] Define the sub type of JTagged.

Returns

The instance of JTagged.

~JTagged() override = default

The destructor of JTagged.