CrystalClear Software Home Library Home Documentation Index

PrevUpHomeNext

Struct time_resolution_traits_adapted32_impl

boost::date_time::time_resolution_traits_adapted32_impl — traits struct for time_resolution_traits implementation type

Synopsis

struct time_resolution_traits_adapted32_impl {
  // types
  typedef boost::int32_t                                  int_type; 
  typedef boost::date_time::int_adapter< boost::int32_t > impl_type;

  // public static functions
  int_type as_number(impl_type) ;
  bool is_adapted() ;
};

Description

time_resolution_traits_adapted32_impl public static functions

  1. int_type as_number(impl_type i) ;
  2. bool is_adapted() ;
Copyright © 2001-2005 CrystalClear Software, Inc

PrevUpHomeNext