class ReadOnlyModel


Module soprano
Namespace Soprano::Util
Class ReadOnlyModel
Inherits Soprano::Model
\class ReadOnlyModel readonlymodel.h Soprano/Util/ReadOnlyModel

Simple filter model preventing any write operations.

Stacking a ReadOnlyModel on top of another model will prevent any write operation to be performed. All calls to non-const methods are terminated by Error.ErrorPermissionDenied.

Author Sebastian Trueg

\since 2.1



methods