File label_space_info_no.hpp

Functions

std::unique_ptr<INoLabelSpaceInfo> createNoLabelSpaceInfo()

Creates and returns a new object of the type INoLabelSpaceInfo.

Returns:

An unique pointer to an object of type INoLabelSpaceInfo that has been created

class INoLabelSpaceInfo : public ILabelSpaceInfo
#include <label_space_info_no.hpp>

Defines an interface for all classes that do not provide any information about the label space.

Public Functions

inline virtual ~INoLabelSpaceInfo() override