yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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: