HDK
|
#include "NET_API.h"
#include <UT/UT_StringHolder.h>
#include <limits>
#include <time.h>
#include <chrono>
Go to the source code of this file.
Classes | |
class | NET_Time |
Typedefs | |
template<typename Duration > | |
using | NET_TimePoint = std::chrono::time_point< std::chrono::system_clock, Duration > |
using NET_TimePoint = std::chrono::time_point<std::chrono::system_clock, Duration> |
Definition at line 29 of file NET_Time.h.