Struct ICompilerInfo#

Inheritance Relationships#

Derived Type#

Struct Documentation#

struct ICompilerInfo#

Compiler information access.

Subclassed by CParser

Public Functions

virtual sdv::u8string GetFilePath() const = 0#

Get the path of the processed file.

Returns:

The path string.

virtual sdv::u8string GetOutputDir() const = 0#

Return the path to the output directory.

Returns:

The directory string.

u8string GetFilePath() const

Get the path of the processed file.

Returns:

The path string.

u8string GetOutputDir() const

Return the path to the output directory.

Returns:

The directory string.

Public Static Attributes

static ::sdv::interface_id _id = 0x7A9A8C8060A409A2#

Interface ID.