Aria
2.8.0
|
Interface to access an object's associated file name. More...
#include <ArHasFileName.h>
Inherited by ArConfig, and ArMapInterface.
Public Member Functions | |
ArHasFileName () | |
Constructor. | |
ArHasFileName (ArHasFileName const &) | |
Copy constructor. | |
virtual const char * | getFileName () const =0 |
Returns the complete file path name of the associated file. | |
ArHasFileName & | operator= (ArHasFileName const &) |
Assignment operator. | |
virtual | ~ArHasFileName () |
Destructor. | |
Interface to access an object's associated file name.
ArHasFileName provides a single abstract method which should be overridden to return the complete file path name of the associated file. It is implemented by classes that have external persistent storage, such as ArConfig and ArMap.
Copyright (c) Adept Technology, Inc. All rights reserved.