19 #ifndef UNITY_SCOPES_ACTIONMETADATA_H
20 #define UNITY_SCOPES_ACTIONMETADATA_H
22 #include <unity/scopes/QueryMetadata.h>
23 #include <unity/scopes/Variant.h>
24 #include <unity/util/DefinesPtrs.h>
34 class ActionMetadataImpl;
83 friend class internal::ActionMetadataImpl;
Simple variant class that can hold an integer, boolean, string, double, dictionary, array or null value.
Definition: Variant.h:58