Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Class impl_generic

boost::log::attributes::counter::impl_generic

Synopsis

// In header: <boost/log/attributes/counter.hpp>



class impl_generic : public counter< T >::impl {
public:
  // construct/copy/destruct
  impl_generic(value_type, long);

  // public member functions
  attribute_value get_value();
};

Description

impl_generic public construct/copy/destruct

  1. impl_generic(value_type initial, long step);

    Initializing constructor

impl_generic public member functions

  1. attribute_value get_value();

PrevUpHomeNext