|
| timestamp (const timestamp &other)=default |
|
timestamp & | operator= (const timestamp &other)=default |
|
| timestamp (timestamp &&other)=default |
|
timestamp & | operator= (timestamp &&other)=default |
|
| timestamp (const Timestamp &) |
|
| operator Timestamp () const |
|
| operator std::chrono::time_point< std::chrono::system_clock > () const |
|
| timestamp (int64_t seconds, int32_t nanoseconds) |
|
| timestamp (const std::chrono::time_point< std::chrono::system_clock > &tp) |
|
int64_t | get_seconds () const noexcept |
|
int32_t | get_nanoseconds () const noexcept |
|
std::chrono::time_point< std::chrono::system_clock, std::chrono::system_clock::duration > | get_time_point () const |
|
The documentation for this struct was generated from the following files:
- include/cpprealm/internal/bridge/timestamp.hpp
- src/cpprealm/internal/bridge/timestamp.cpp