Inherits Object.
Contains a value representing a number of seconds.
Public Fields | |
double | seconds_ |
Number of seconds. | |
Public Instance Methods | |
seconds () | |
seconds (double seconds_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 959899022 |
Identifier uniquely determining a type of the object. | |
seconds | ( | ) |
Contains a value representing a number of seconds.
|
explicit |
Contains a value representing a number of seconds.
[in] | seconds_ | Number of seconds. |
|
finalvirtual |