Rogue Wave Views Maps Package API Reference Guide |
Rogue Wave Views Documentation Home |
This abstract class defines a path resolver. More...
#include <ilviews/maps/format/pathrslv.h>
Public Member Functions | |
virtual char * | resolvePath (const char *filename)=0 |
Resolves the specified relative file name. More... | |
This abstract class defines a path resolver.
Library: ilvmaps
The goal of a path resolver is to match a file whose relative path name is specified towards its absolute path name within an IlvMapDataPathManager
.
|
pure virtual |
Resolves the specified relative file name.
filename | The relative file name to resolve. |
0
if this resolver cannot resolve the path. The returned value must be deleted using delete[] by the caller of the method. Implemented in IlvDefaultDataPathResolver.
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.