kwave  18.07.70
LabelList.cpp File Reference
#include "config.h"
#include <algorithm>
#include "libkwave/LabelList.h"
#include "libkwave/MetaData.h"
#include "libkwave/MetaDataList.h"
#include "libkwave/Sample.h"
Include dependency graph for LabelList.cpp:

Go to the source code of this file.

Functions

static bool compare_labels (Kwave::Label a, Kwave::Label b)
 

Function Documentation

◆ compare_labels()

static bool compare_labels ( Kwave::Label  a,
Kwave::Label  b 
)
static

Definition at line 58 of file LabelList.cpp.

Referenced by Kwave::LabelList::sort().

59 {
60  return (a < b);
61 }
Here is the caller graph for this function: