yosys-master
Main Page
Namespaces
Data Structures
Files
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Public Member Functions
RTLIL::sort_by_name_id< T > Struct Template Reference
#include <
rtlil.h
>
Public Member Functions
bool
operator()
(T *a, T *b) const
Detailed Description
template<typename T>
struct RTLIL::sort_by_name_id< T >
Definition at line
271
of file
rtlil.h
.
Member Function Documentation
template<typename T >
bool
RTLIL::sort_by_name_id
< T >::operator()
(
T *
a
,
T *
b
)
const
inline
Definition at line
272
of file
rtlil.h
.
272
{
273
return
a->name < b->name;
274
}
The documentation for this struct was generated from the following file:
rtlil.h
RTLIL
sort_by_name_id
Generated on Tue Dec 16 2014 13:37:21 for yosys-master by
1.8.6