Class Problem

Inheritance Relationships

Base Type

  • public Type

Class Documentation

class Problem : public Type

Problem defines a type of problem.

Public Functions

inline Problem()

The constructor of Problem.

Returns

The instance of Problem.

inline explicit Problem(const Named &kind)

The constructor of Problem with a parameter.

Parameters

kind[in] Define the kind of Problem.

Returns

The instance of Problem.

~Problem() override = default

The destructor of Problem.