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_inc

boost::log::attributes::counter::impl_inc

Synopsis

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



class impl_inc : public counter< T >::impl {
public:
  // construct/copy/destruct
  explicit impl_inc(value_type);

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

Description

impl_inc public construct/copy/destruct

  1. explicit impl_inc(value_type initial);

    Initializing constructor

impl_inc public member functions

  1. attribute_value get_value();

PrevUpHomeNext