#include <rtlil.h>
|
bool | operator() (const char *a, const char *b) const |
|
Definition at line 79 of file rtlil.h.
bool RTLIL::IdString::char_ptr_cmp::operator() |
( |
const char * |
a, |
|
|
const char * |
b |
|
) |
| const |
|
inline |
Definition at line 80 of file rtlil.h.
81 for (
int i = 0; a[i] || b[i]; i++)
The documentation for this struct was generated from the following file: