PrevUpHomeNext

Class feature_registrator

boost::mixin::internal::feature_registrator

Synopsis

// In header: <boost/mixin/feature_parser.hpp>


class feature_registrator {
public:

  // public member functions
  template<typename Feature> feature_registrator & operator&(const Feature *);
  template<typename Message> 
    feature_registrator & operator&(message_priority< Message >);
  feature_registrator & operator&(mixin_allocator &);
  void operator&(const no_features_t *);
};

Description

feature_registrator public member functions

  1. template<typename Feature> feature_registrator & operator&(const Feature *);
  2. template<typename Message> 
      feature_registrator & operator&(message_priority< Message >);
  3. feature_registrator & operator&(mixin_allocator &);
  4. void operator&(const no_features_t *);

PrevUpHomeNext