Data Fields | |
| char * | partialname |
| FilePath * | relativedir |
| FilePath * | foundpath |
| ImportHandler * | handler |
for example 'myext'
| struct FilePath* ImportHandlerSearch::relativedir |
for example 'path/to'
| struct FilePath* ImportHandlerSearch::foundpath |
the complete filepath located, for example '/home/john/path/to/libmyext.so'
| struct ImportHandler* ImportHandlerSearch::handler |
pointer to the import handler identified for this file
1.5.1