PIValueTree::readChildValue method
some child-oriented methods allow to create JSON from single PIValueTree
This commit is contained in:
@@ -38,7 +38,8 @@ enum Option {
|
||||
WithAttributes = 0x1,
|
||||
WithComment = 0x2,
|
||||
WithType = 0x4,
|
||||
WithAll = 0xFFFFFF,
|
||||
WithAll = 0xFFF,
|
||||
IncludeRoot = 0x1000,
|
||||
Default = WithAll
|
||||
};
|
||||
typedef PIFlags<Option> Options;
|
||||
|
||||
Reference in New Issue
Block a user