~eda-qa/leaflang/misc

« back to all changes in this revision

Viewing changes to include/lang/module.hpp

  • Committer: edA-qa mort-ora-y
  • Date: 2017-05-13 04:00:12 UTC
  • mfrom: (96.1.42 sortfile)
  • Revision ID: eda-qa@disemia.com-20170513040012-ieshuqv2vkjt0xc3
merging sortfile

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
                The list of declarations that are to be exported from the module.
30
30
        */
31
31
        std::vector<shared_ptr<declaration>> var_exports;
 
32
        std::vector<shared_ptr<intr_type>> type_exports;
32
33
 
33
34
        /**
34
35
                List of libraries that have been referenced by this module. This will need to be linked