Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F123509
chrono
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Size
653 B
Referenced Files
None
Subscribers
None
chrono
View Options
#ifndef ECHO_CPP_CHRONO
#define ECHO_CPP_CHRONO
#include <echo/Types.h>
#include <boost/chrono.hpp>
// We want to always use boost::chrono because it has additional features from std::chrono such as io support
namespace Echo
{
namespace chrono
{
using namespace boost::chrono;
}
using boost::ratio;
using boost::atto;
using boost::femto;
using boost::pico;
using boost::nano;
using boost::micro;
using boost::milli;
using boost::centi;
using boost::deci;
using boost::deca;
using boost::hecto;
using boost::kilo;
using boost::mega;
using boost::giga;
using boost::tera;
using boost::peta;
using boost::exa;
}
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Jan 16, 2:01 AM (8 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72127
Default Alt Text
chrono (653 B)
Attached To
Mode
rEE Echo 3
Attached
Detach File
Event Timeline
Log In to Comment