mi::neuraylib::IMdl_xliff_info Class Reference
Description
Interface for xliff files.
Public Member Functions
- virtual const char* get_resolved_path() const =0
- Returns an absolute path to the xliff file in the local file system.
- virtual const char* get_search_path() const =0
- Returns the search path in the local file system that contains this xliff file.
- virtual Size get_search_path_index() const =0
- Returns the index of the search path where the xliff file has been found.
- virtual bool in_archive() const =0
- Returns true if the xliff file has been discovered inside of an archive, false if not.
Member Functions
- virtual const char* mi::neuraylib::IMdl_xliff_info::get_resolved_path() const [pure virtual]
-
Returns an absolute path to the xliff file in the local file system.
- virtual const char* mi::neuraylib::IMdl_xliff_info::get_search_path() const [pure virtual]
-
Returns the search path in the local file system that contains this xliff file.
- virtual Size mi::neuraylib::IMdl_xliff_info::get_search_path_index() const [pure virtual]
-
Returns the index of the search path where the xliff file has been found.
- virtual bool mi::neuraylib::IMdl_xliff_info::in_archive() const [pure virtual]
-
Returns true if the xliff file has been discovered inside of an archive, false if not.