sc_time.cc (12916:8fa0c4e23f69) sc_time.cc (12923:8a77b84341de)
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 144 unchanged lines hidden (view full) ---

153}
154
155void
156sc_time::print(std::ostream &) const
157{
158 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
159}
160
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 144 unchanged lines hidden (view full) ---

153}
154
155void
156sc_time::print(std::ostream &) const
157{
158 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
159}
160
161sc_time
162sc_time::from_value(sc_dt::uint64)
163{
164 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
165 return sc_time();
166}
167
168sc_time
169sc_time::from_seconds(double)
170{
171 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
172 return sc_time();
173}
174
175sc_time
176sc_time::from_string(const char *str)
177{
178 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
179 return sc_time();
180}
181
161const sc_time
162operator + (const sc_time &, const sc_time &)
163{
164 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
165 return sc_time();
166}
167
168const sc_time

--- 77 unchanged lines hidden ---
182const sc_time
183operator + (const sc_time &, const sc_time &)
184{
185 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
186 return sc_time();
187}
188
189const sc_time

--- 77 unchanged lines hidden ---