Rogue Wave Views Maps Package API Reference Guide |
Rogue Wave Views Documentation Home |
Resolves a relative path name using a specified path. More...
#include <ilviews/maps/format/dftrslv.h>
Public Member Functions | |
IlvDefaultDataPathResolver (const char *directory) | |
Creates a new data path resolver to find files in the specified directory. More... | |
char * | resolvePath (const char *filename) |
Resolves the specified relative path name. More... | |
Resolves a relative path name using a specified path.
Library: ilvmaps
This default implementation of IlvMapDataPathResolver
searches for a file in a directory.
IlvDefaultDataPathResolver::IlvDefaultDataPathResolver | ( | const char * | directory | ) |
Creates a new data path resolver to find files in the specified directory.
directory | The absolute path of the directory in which the files are to be searched. |
|
virtual |
Resolves the specified relative path name.
filename | The relative file name to resolve. |
null
if this resolver cannot resolve the path. If a nonnull value is returned, it must be freed using the delete[]
operator. Implements IlvMapDataPathResolver.
© 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.