(FEA) Featured for Location_Literalisation, Status_Literalisation etc.
This commit is contained in:
@@ -13,11 +13,15 @@ typedef struct {
|
||||
|
||||
Status NameScope_Create(NameScope *inst);
|
||||
Status NameScope_CopyOf(NameScope *inst, NameScope *other);
|
||||
Status NameScope_EmptyName(Name *inst);
|
||||
Status NameScope_CreateName(NameScope *inst, Name *buff);
|
||||
Status NameScope_RemoveName(NameScope *inst, Name idx);
|
||||
Status NameScope_UpdateLatest(NameScope *inst, Name idx);
|
||||
Name NameScopeUtils_CalcNameArrayLength(Name **arr);
|
||||
bool NameScope_Equals(NameScope *inst, NameScope *other);
|
||||
bool NameScope_IsAvailable(NameScope *inst, Name idx);
|
||||
bool NameScope_IsValidName(Name *inst);
|
||||
|
||||
|
||||
/* Universal Attribute NameScope. (U.A.N.) */
|
||||
NameScope(Attribute) UniversalAttributeNameScope;
|
||||
|
Reference in New Issue
Block a user