File tree Expand file tree Collapse file tree 14 files changed +266
-0
lines changed
2021/AttributeGraph.xcframework
AttributeGraph.xcframework Expand file tree Collapse file tree 14 files changed +266
-0
lines changed Original file line number Diff line number Diff line change 1+ //
2+ // AGGraphTracing.h
3+ // AttributeGraph
4+
5+ #ifndef AGGraphTracing_hpp
6+ #define AGGraphTracing_hpp
7+
8+ #include "AGBase.h"
9+ #include "AGGraph.h"
10+
11+ typedef AG_OPTIONS (uint32_t , AGGraphTraceFlags ) {
12+ AGGraphTraceFlags_0 = 0 ,
13+ AGGraphTraceFlags_1 = 1 << 0 ,
14+ AGGraphTraceFlags_2 = 1 << 1 ,
15+ } AG_SWIFT_NAME (AGGraphRef .TraceFlags );
16+
17+ AG_ASSUME_NONNULL_BEGIN
18+
19+ AG_EXTERN_C_BEGIN
20+
21+ AG_EXPORT
22+ AG_REFINED_FOR_SWIFT
23+ void AGGraphStartTracing (_Nullable AGGraphRef graph , AGGraphTraceFlags options ) AG_SWIFT_NAME (AGGraphRef .startTracing (_ :options :));
24+
25+ AG_EXPORT
26+ AG_REFINED_FOR_SWIFT
27+ void AGGraphStartTracing2 (_Nullable AGGraphRef graph , AGGraphTraceFlags options , _Nullable CFArrayRef array );
28+
29+ AG_EXPORT
30+ AG_REFINED_FOR_SWIFT
31+ void AGGraphStopTracing (_Nullable AGGraphRef graph ) AG_SWIFT_NAME (AGGraphRef .stopTracing (_ :));
32+
33+ AG_EXTERN_C_END
34+
35+ AG_ASSUME_NONNULL_END
36+
37+ #endif /* AGGraphTracing_hpp */
Original file line number Diff line number Diff line change 1313#include "AGGraph.h"
1414#include "AGGraphContext.h"
1515#include "AGGraphDescription.h"
16+ #include "AGGraphTracing.h"
1617#include "AGInputOptions.h"
1718#include "AGSearchOptions.h"
1819#include "AGSubgraph.h"
Original file line number Diff line number Diff line change 1+ //
2+ // AGGraphTracing.h
3+ // AttributeGraph
4+
5+ #ifndef AGGraphTracing_hpp
6+ #define AGGraphTracing_hpp
7+
8+ #include "AGBase.h"
9+ #include "AGGraph.h"
10+
11+ typedef AG_OPTIONS (uint32_t , AGGraphTraceFlags ) {
12+ AGGraphTraceFlags_0 = 0 ,
13+ AGGraphTraceFlags_1 = 1 << 0 ,
14+ AGGraphTraceFlags_2 = 1 << 1 ,
15+ } AG_SWIFT_NAME (AGGraphRef .TraceFlags );
16+
17+ AG_ASSUME_NONNULL_BEGIN
18+
19+ AG_EXTERN_C_BEGIN
20+
21+ AG_EXPORT
22+ AG_REFINED_FOR_SWIFT
23+ void AGGraphStartTracing (_Nullable AGGraphRef graph , AGGraphTraceFlags options ) AG_SWIFT_NAME (AGGraphRef .startTracing (_ :options :));
24+
25+ AG_EXPORT
26+ AG_REFINED_FOR_SWIFT
27+ void AGGraphStartTracing2 (_Nullable AGGraphRef graph , AGGraphTraceFlags options , _Nullable CFArrayRef array );
28+
29+ AG_EXPORT
30+ AG_REFINED_FOR_SWIFT
31+ void AGGraphStopTracing (_Nullable AGGraphRef graph ) AG_SWIFT_NAME (AGGraphRef .stopTracing (_ :));
32+
33+ AG_EXTERN_C_END
34+
35+ AG_ASSUME_NONNULL_END
36+
37+ #endif /* AGGraphTracing_hpp */
Original file line number Diff line number Diff line change 1313#include "AGGraph.h"
1414#include "AGGraphContext.h"
1515#include "AGGraphDescription.h"
16+ #include "AGGraphTracing.h"
1617#include "AGInputOptions.h"
1718#include "AGSearchOptions.h"
1819#include "AGSubgraph.h"
Original file line number Diff line number Diff line change 1+ //
2+ // AGGraphTracing.h
3+ // AttributeGraph
4+
5+ #ifndef AGGraphTracing_hpp
6+ #define AGGraphTracing_hpp
7+
8+ #include "AGBase.h"
9+ #include "AGGraph.h"
10+
11+ typedef AG_OPTIONS (uint32_t , AGGraphTraceFlags ) {
12+ AGGraphTraceFlags_0 = 0 ,
13+ AGGraphTraceFlags_1 = 1 << 0 ,
14+ AGGraphTraceFlags_2 = 1 << 1 ,
15+ } AG_SWIFT_NAME (AGGraphRef .TraceFlags );
16+
17+ AG_ASSUME_NONNULL_BEGIN
18+
19+ AG_EXTERN_C_BEGIN
20+
21+ AG_EXPORT
22+ AG_REFINED_FOR_SWIFT
23+ void AGGraphStartTracing (_Nullable AGGraphRef graph , AGGraphTraceFlags options ) AG_SWIFT_NAME (AGGraphRef .startTracing (_ :options :));
24+
25+ AG_EXPORT
26+ AG_REFINED_FOR_SWIFT
27+ void AGGraphStartTracing2 (_Nullable AGGraphRef graph , AGGraphTraceFlags options , _Nullable CFArrayRef array );
28+
29+ AG_EXPORT
30+ AG_REFINED_FOR_SWIFT
31+ void AGGraphStopTracing (_Nullable AGGraphRef graph ) AG_SWIFT_NAME (AGGraphRef .stopTracing (_ :));
32+
33+ AG_EXTERN_C_END
34+
35+ AG_ASSUME_NONNULL_END
36+
37+ #endif /* AGGraphTracing_hpp */
Original file line number Diff line number Diff line change 1313#include "AGGraph.h"
1414#include "AGGraphContext.h"
1515#include "AGGraphDescription.h"
16+ #include "AGGraphTracing.h"
1617#include "AGInputOptions.h"
1718#include "AGSearchOptions.h"
1819#include "AGSubgraph.h"
Original file line number Diff line number Diff line change 1+ //
2+ // AGGraphTracing.h
3+ // AttributeGraph
4+
5+ #ifndef AGGraphTracing_hpp
6+ #define AGGraphTracing_hpp
7+
8+ #include "AGBase.h"
9+ #include "AGGraph.h"
10+
11+ typedef AG_OPTIONS (uint32_t , AGGraphTraceFlags ) {
12+ AGGraphTraceFlags_0 = 0 ,
13+ AGGraphTraceFlags_1 = 1 << 0 ,
14+ AGGraphTraceFlags_2 = 1 << 1 ,
15+ } AG_SWIFT_NAME (AGGraphRef .TraceFlags );
16+
17+ AG_ASSUME_NONNULL_BEGIN
18+
19+ AG_EXTERN_C_BEGIN
20+
21+ AG_EXPORT
22+ AG_REFINED_FOR_SWIFT
23+ void AGGraphStartTracing (_Nullable AGGraphRef graph , AGGraphTraceFlags options ) AG_SWIFT_NAME (AGGraphRef .startTracing (_ :options :));
24+
25+ AG_EXPORT
26+ AG_REFINED_FOR_SWIFT
27+ void AGGraphStartTracing2 (_Nullable AGGraphRef graph , AGGraphTraceFlags options , _Nullable CFArrayRef array );
28+
29+ AG_EXPORT
30+ AG_REFINED_FOR_SWIFT
31+ void AGGraphStopTracing (_Nullable AGGraphRef graph ) AG_SWIFT_NAME (AGGraphRef .stopTracing (_ :));
32+
33+ AG_EXTERN_C_END
34+
35+ AG_ASSUME_NONNULL_END
36+
37+ #endif /* AGGraphTracing_hpp */
Original file line number Diff line number Diff line change 1313#include "AGGraph.h"
1414#include "AGGraphContext.h"
1515#include "AGGraphDescription.h"
16+ #include "AGGraphTracing.h"
1617#include "AGInputOptions.h"
1718#include "AGSearchOptions.h"
1819#include "AGSubgraph.h"
Original file line number Diff line number Diff line change 1+ //
2+ // AGGraphTracing.h
3+ // AttributeGraph
4+
5+ #ifndef AGGraphTracing_hpp
6+ #define AGGraphTracing_hpp
7+
8+ #include "AGBase.h"
9+ #include "AGGraph.h"
10+
11+ typedef AG_OPTIONS (uint32_t , AGGraphTraceFlags ) {
12+ AGGraphTraceFlags_0 = 0 ,
13+ AGGraphTraceFlags_1 = 1 << 0 ,
14+ AGGraphTraceFlags_2 = 1 << 1 ,
15+ } AG_SWIFT_NAME (AGGraphRef .TraceFlags );
16+
17+ AG_ASSUME_NONNULL_BEGIN
18+
19+ AG_EXTERN_C_BEGIN
20+
21+ AG_EXPORT
22+ AG_REFINED_FOR_SWIFT
23+ void AGGraphStartTracing (_Nullable AGGraphRef graph , AGGraphTraceFlags options ) AG_SWIFT_NAME (AGGraphRef .startTracing (_ :options :));
24+
25+ AG_EXPORT
26+ AG_REFINED_FOR_SWIFT
27+ void AGGraphStartTracing2 (_Nullable AGGraphRef graph , AGGraphTraceFlags options , _Nullable CFArrayRef array );
28+
29+ AG_EXPORT
30+ AG_REFINED_FOR_SWIFT
31+ void AGGraphStopTracing (_Nullable AGGraphRef graph ) AG_SWIFT_NAME (AGGraphRef .stopTracing (_ :));
32+
33+ AG_EXTERN_C_END
34+
35+ AG_ASSUME_NONNULL_END
36+
37+ #endif /* AGGraphTracing_hpp */
Original file line number Diff line number Diff line change 1313#include "AGGraph.h"
1414#include "AGGraphContext.h"
1515#include "AGGraphDescription.h"
16+ #include "AGGraphTracing.h"
1617#include "AGInputOptions.h"
1718#include "AGSearchOptions.h"
1819#include "AGSubgraph.h"
You can’t perform that action at this time.
0 commit comments