Switch to astypedef, adds unit tests
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
12
Scripts/Interfaces/dictionaryValue.astypedef
Normal file
12
Scripts/Interfaces/dictionaryValue.astypedef
Normal file
@@ -0,0 +1,12 @@
|
||||
type dictionaryValue {
|
||||
dictionaryValue& opAssign(const dictionaryValue &in);
|
||||
dictionaryValue& opHndlAssign(const ? &in);
|
||||
dictionaryValue& opHndlAssign(const dictionaryValue &in);
|
||||
dictionaryValue& opAssign(const ? &in);
|
||||
dictionaryValue& opAssign(double);
|
||||
dictionaryValue& opAssign(int64);
|
||||
void opCast(? &out);
|
||||
void opConv(? &out);
|
||||
int64 opConv();
|
||||
double opConv();
|
||||
}
|
||||
Reference in New Issue
Block a user