mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Update some AS stuff
This commit is contained in:
parent
4f600e3d6f
commit
26d514baea
8 changed files with 598 additions and 112 deletions
|
|
@ -163,8 +163,9 @@ protected:
|
|||
std::string nameSpace;
|
||||
};
|
||||
std::vector<SMetadataDecl> foundDeclarations;
|
||||
std::string currentClass;
|
||||
std::string currentNamespace;
|
||||
std::string currentClass;
|
||||
std::string currentNamespace;
|
||||
std::vector<int> currentNamespaceStack;
|
||||
|
||||
// Storage of metadata for global declarations
|
||||
std::map<int, std::vector<std::string> > typeMetadataMap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue