From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- ..._1profiling_1_1_sw_trace_type_char_policy.xhtml | 159 +++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 20.02/structarmnn_1_1profiling_1_1_sw_trace_type_char_policy.xhtml (limited to '20.02/structarmnn_1_1profiling_1_1_sw_trace_type_char_policy.xhtml') diff --git a/20.02/structarmnn_1_1profiling_1_1_sw_trace_type_char_policy.xhtml b/20.02/structarmnn_1_1profiling_1_1_sw_trace_type_char_policy.xhtml new file mode 100644 index 0000000000..edb957eeb8 --- /dev/null +++ b/20.02/structarmnn_1_1profiling_1_1_sw_trace_type_char_policy.xhtml @@ -0,0 +1,159 @@ + + + + + + + + + + + + + +ArmNN: SwTraceTypeCharPolicy Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
SwTraceTypeCharPolicy Struct Reference
+
+
+ +

#include <ProfilingUtils.hpp>

+ + + + +

+Static Public Member Functions

static bool IsValidChar (unsigned char c)
 
+

Detailed Description

+
+

Definition at line 63 of file ProfilingUtils.hpp.

+

Member Function Documentation

+ +

◆ IsValidChar()

+ +
+
+ + + + + +
+ + + + + + + + +
static bool IsValidChar (unsigned char c)
+
+inlinestatic
+
+ +

Definition at line 65 of file ProfilingUtils.hpp.

+
66  {
67  // Check that the given character is among the allowed ones
68  switch (c)
69  {
70  case '@':
71  case 't':
72  case 'i':
73  case 'I':
74  case 'l':
75  case 'L':
76  case 'F':
77  case 'p':
78  case 's':
79  return true; // Valid char
80  default:
81  return false; // Invalid char
82  }
83  }
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1