Public Types | |
| enum | MediaType { AssemblyAbsolute, AssemblyRelocatable, C, Disassembly, FlowCode, Library, Microbe, Object, Pic, Program, Unknown } |
| enum | Path { AssemblyAbsolute_PIC, AssemblyAbsolute_Program, AssemblyRelocatable_Library, AssemblyRelocatable_Object, AssemblyRelocatable_PIC, AssemblyRelocatable_Program, C_AssemblyRelocatable, C_Library, C_Object, C_PIC, C_Program, FlowCode_AssemblyAbsolute, FlowCode_Microbe, FlowCode_PIC, FlowCode_Program, Microbe_AssemblyAbsolute, Microbe_PIC, Microbe_Program, Object_Disassembly, Object_Library, Object_PIC, Object_Program, PIC_AssemblyAbsolute, Program_Disassembly, Program_PIC, Invalid, None } |
Static Public Member Functions | |
| static Path | path (MediaType from, MediaType to) |
| static MediaType | from (Path path) |
| static MediaType | to (Path path) |
Definition at line 70 of file language.h.
1.5.1