Home | History | Annotate | Download | only in utils

Lines Matching defs:impl

166 struct timestamp::impl {
170 /// Constructs an impl object from initialized data.
173 impl(const ::timeval& data_) : data(data_)
185 /// \param pimpl_ An existing impl representation.
186 datetime::timestamp::timestamp(std::shared_ptr< impl > pimpl_) :
204 return timestamp(std::shared_ptr< impl >(new impl(data)));
260 return timestamp(std::shared_ptr< impl >(new impl(data)));
279 return timestamp(std::shared_ptr< impl >(new impl(data)));