Skip to content

Commit e12014b

Browse files
committed
Add AGGraphTracing.h
1 parent 867d9c1 commit e12014b

File tree

14 files changed

+266
-0
lines changed

14 files changed

+266
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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 */

AG/2021/AttributeGraph.xcframework/ios-arm64-arm64e/AttributeGraph.framework/Headers/AttributeGraph-umbrella.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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"
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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 */

AG/2021/AttributeGraph.xcframework/ios-arm64-x86_64-simulator/AttributeGraph.framework/Headers/AttributeGraph-umbrella.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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"
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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 */

AG/2021/AttributeGraph.xcframework/macos-arm64e-arm64-x86_64/AttributeGraph.framework/Headers/AttributeGraph-umbrella.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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"
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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 */

AG/2024/AttributeGraph.xcframework/ios-arm64-arm64e/AttributeGraph.framework/Headers/AttributeGraph-umbrella.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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"
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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 */

AG/2024/AttributeGraph.xcframework/ios-arm64-x86_64-simulator/AttributeGraph.framework/Headers/AttributeGraph-umbrella.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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"

0 commit comments

Comments
 (0)