Soar Kernel  9.3.2 08-06-12
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
smem_compare_weighted_cue_elements Struct Reference

#include <semantic_memory.h>

Public Member Functions

bool operator() (const smem_weighted_cue_element *a, const smem_weighted_cue_element *b) const

Detailed Description

Definition at line 375 of file semantic_memory.h.

Member Function Documentation

bool smem_compare_weighted_cue_elements::operator() ( const smem_weighted_cue_element a,
const smem_weighted_cue_element b 
) const
inline

Definition at line 377 of file semantic_memory.h.

References smem_weighted_cue_element_struct::weight.

{
return ( a->weight > b->weight );
}

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