275a276,315
> sc_time_tuple::sc_time_tuple(const sc_time &)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> bool
> sc_time_tuple::has_value() const
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> return false;
> }
>
> sc_dt::uint64
> sc_time_tuple::value() const
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> return 0;
> }
>
> const char *
> sc_time_tuple::unit_symbol() const
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> return "";
> }
>
> double
> sc_time_tuple::to_double() const
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> return 0.0;
> }
>
> std::string
> sc_time_tuple::to_string() const
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> return "";
> }
>