HydraExpress™ C++ API Reference Guide

 
Loading...
Searching...
No Matches
rwsf::NamedObjectImp Class Referenceabstract

Abstract interface that is the body class for the NamedObject handle. To create a concrete instance, use a NamedObjectImp subtype. More...

#include <rwsf/core/NamedObject.h>

Inheritance diagram for rwsf::NamedObjectImp:
rwsf::PointerNamedObjectImp< T > rwsf::TypedNamedObjectImp< T >

Detailed Description

The NamedObjectImp is the body class for the NamedObject handle. It is returned from the object creation methods listed in the objects configuration file (see NamedObject class description for more details).

The NamedObjectImp itself is an abstract interface. To create a concrete instance, use a NamedObjectImp subtype:

Copyright © 2026 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.