OpenASIP
2.0
|
#include <BaseNetlistBlock.hh>
Public Member Functions | |
bool | operator() (const BaseNetlistBlock *a, const BaseNetlistBlock *b) const |
Compares 2 NetlistBlock's names lexicographically(dictionary order).
Can be used to organize containers of type NetlistBlock to dictionary order according to their instanceNames + moduleNames.
a | the first NetlistBlock to compare. |
b | the second NetlistBlock to compare. |
Definition at line 202 of file BaseNetlistBlock.hh.
|
inline |
Definition at line 204 of file BaseNetlistBlock.hh.
References ProGe::BaseNetlistBlock::instanceName(), and ProGe::BaseNetlistBlock::moduleName().