topazc
CodeGenerator::PathPart Struct Reference

Structure of part of path to object. More...

Public Types

enum  Object { OBJ_MODULE , OBJ_CLASS }
 Object from path (module or class). More...

Public Attributes

std::string name
enum CodeGenerator::PathPart::Object object

Detailed Description

Structure of part of path to object.

Definition at line 40 of file codegen.hpp.

Member Enumeration Documentation

◆ Object

Object from path (module or class).

Enumerator
OBJ_MODULE 
OBJ_CLASS 

Definition at line 46 of file codegen.hpp.

Member Data Documentation

◆ name

std::string CodeGenerator::PathPart::name

Name of part

Definition at line 41 of file codegen.hpp.

◆ object

enum CodeGenerator::PathPart::Object CodeGenerator::PathPart::object

The documentation for this struct was generated from the following file:
  • /mnt/disk_ext4_0/topazlang/include/codegen/codegen.hpp