PPL  1.2
Parma_Polyhedra_Library::Watchdog_Traits Struct Reference

#include <Watchdog_defs.hh>

Public Types

typedef Implementation::Watchdog::Time Threshold
 

Static Public Member Functions

static bool less_than (const Threshold &a, const Threshold &b)
 

Detailed Description

Definition at line 43 of file Watchdog_defs.hh.

Member Typedef Documentation

Member Function Documentation

static bool Parma_Polyhedra_Library::Watchdog_Traits::less_than ( const Threshold a,
const Threshold b 
)
inlinestatic

Definition at line 45 of file Watchdog_defs.hh.

45  {
46  return a < b;
47  }

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