ArmNN
 20.05
SwTraceCharPolicy Struct Reference

#include <ProfilingUtils.hpp>

Static Public Member Functions

static bool IsValidChar (unsigned char c)
 

Detailed Description

Definition at line 49 of file ProfilingUtils.hpp.

Member Function Documentation

◆ IsValidChar()

static bool IsValidChar ( unsigned char  c)
inlinestatic

Definition at line 51 of file ProfilingUtils.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

52  {
53  // Check that the given character has ASCII 7-bit encoding
54  return c < 128;
55  }

The documentation for this struct was generated from the following file: