![]() |
Home | Libraries | People | FAQ | More |
boost::asn1::policy_generalized — Time type policy for generalized times.
struct policy_generalized { // public member functions uint32_t calcLength(time_type_data_t &) ; uint32_t encode(ostream &, time_type_data_t &, uint32_t) ; uint32_t decode(istream &, time_type_data_t &, uint32_t) ; };
policy_generalized public member functionsuint32_t calcLength(time_type_data_t & ttd) ;
uint32_t encode(ostream & strm, time_type_data_t & ttd, uint32_t len) ;
uint32_t decode(istream & strm, time_type_data_t & ttd, uint32_t len) ;
| Copyright © 2007 Andreas Haberstroh |