Description: Set/Get the name of the source file where the symbol is defined.
| 1202 | // Set/Get the name of the source file where the symbol |
| 1203 | // is defined. |
| 1204 | void SetSourceFile(char const* sourcefile) |
| 1205 | { |
| 1206 | this->SourceFile = safes(sourcefile); |
| 1207 | } |
| 1208 | |
| 1209 | std::string GetSourceFile() const |
| 1210 | { |