YARP
Yet Another Robot Platform
Clock.cpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3  * SPDX-License-Identifier: BSD-3-Clause
4  */
5 
6 #include <yarp/os/Clock.h>
7 
8 yarp::os::Clock::~Clock() = default;
virtual ~Clock()
Destructor.