Audacity 3.2.0
Namespaces | Functions
Snap.cpp File Reference
#include "Snap.h"
#include <algorithm>
#include <cstdlib>
#include "Project.h"
#include "ProjectNumericFormats.h"
#include "ProjectRate.h"
#include "ProjectSnap.h"
#include "Track.h"
#include "ZoomInfo.h"
Include dependency graph for Snap.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{Snap.cpp}
 

Functions

bool operator< (SnapPoint s1, SnapPoint s2)
 
SnapPointArray anonymous_namespace{Snap.cpp}::FindCandidates (SnapPointArray candidates, const TrackList &tracks)
 

Function Documentation

◆ operator<()

bool operator< ( SnapPoint  s1,
SnapPoint  s2 
)
inline

Definition at line 24 of file Snap.cpp.

25{
26 return s1.t < s2.t;
27}
double t
Definition: Snap.h:39

References SnapPoint::t.