ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class template mcsignal_impl

alps::mcsignal_impl

Synopsis

// In header: <alps/ngs.hpp>

template<typename Unused = void> 
class mcsignal_impl {
public:
  // construct/copy/destruct
  mcsignal_impl();

  // public member functions
  operator bool() const;

  // public static functions
  static void slot(int) ;
};

Description

mcsignal_impl public construct/copy/destruct

  1. mcsignal_impl();

mcsignal_impl public member functions

  1. operator bool() const;

mcsignal_impl public static functions

  1. static void slot(int signal) ;
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext