Minsky
MathDAG::anonymous_namespace{node_matlab.cc}::InvalidChar Struct Reference
Collaboration diagram for MathDAG::anonymous_namespace{node_matlab.cc}::InvalidChar:
Collaboration graph

Public Member Functions

bool operator() (char c) const
 

Detailed Description

Definition at line 30 of file node_matlab.cc.

Member Function Documentation

◆ operator()()

bool MathDAG::anonymous_namespace{node_matlab.cc}::InvalidChar::operator() ( char  c) const
inline

Definition at line 32 of file node_matlab.cc.

32 {return !isalnum(c) && c!='_';}

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