OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
t_field::key_compare Struct Reference

#include <t_field.h>

Public Member Functions

bool operator() (t_field const *const &a, t_field const *const &b)
 

Detailed Description

Comparator to sort fields in ascending order by key. Make this a functor instead of a function to help GCC inline it. The arguments are (const) references to const pointers to const t_fields.

Definition at line 174 of file t_field.h.

Member Function Documentation

bool t_field::key_compare::operator() ( t_field const *const &  a,
t_field const *const &  b 
)
inline

Definition at line 175 of file t_field.h.

Here is the call graph for this function:


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