|
Load type information from specified file. Implementation of this method in this always return false. At this moment there is only one other source of extracting type information - executable files in ELF format compiled with debug information. To be able to extract type information from debug information, you should use RTTIBfdRepository class derived from RTTIRepostiory class and overriding thids method. -
Parameters:
-
filePath |
path to the file contaning type information. |
-
Returns:
-
true if infomation was successfully loaded, false otherwise |