class eosio::microseconds

Class List > eosio :: microseconds

Friends

Type Name
friend class time_point
friend DataStream & operator<<
friend DataStream & operator>>

Public Functions

Type Name
microseconds (int64_t c = 0)

Friends Documentation

friend time_point

friend class time_point;

friend operator<<

template<typename DataStream>
DataStream& operator<<(
    DataStream & ds,
    const microseconds & t
)

friend operator>>

template<typename DataStream>
DataStream& operator>>(
    DataStream & ds,
    microseconds & t
)

Public Functions Documentation

function microseconds

explicit eosio::microseconds::microseconds(
    int64_t c = 0
)

The documentation for this class was generated from the following file: libraries/eosiolib/core/eosio/time.hpp