Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::lambda::while_composite< CondT, DoT > Struct Template Reference

#include <loops.hpp>

Collaboration diagram for boost::lambda::while_composite< CondT, DoT >:

Classes

struct  sig
 

Public Types

typedef while_composite< CondT,
DoT > 
self_t
 

Public Member Functions

 while_composite (CondT const &cond_, DoT const &do__)
 
template<class Ret , CALL_TEMPLATE_ARGS >
Ret call (CALL_FORMAL_ARGS) const
 

Public Attributes

CondT cond
 
DoT do_
 

Member Typedef Documentation

template<typename CondT , typename DoT >
typedef while_composite<CondT, DoT> boost::lambda::while_composite< CondT, DoT >::self_t

Constructor & Destructor Documentation

template<typename CondT , typename DoT >
boost::lambda::while_composite< CondT, DoT >::while_composite ( CondT const &  cond_,
DoT const &  do__ 
)
inline

Member Function Documentation

template<typename CondT , typename DoT >
template<class Ret , CALL_TEMPLATE_ARGS >
Ret boost::lambda::while_composite< CondT, DoT >::call ( CALL_FORMAL_ARGS  ) const
inline

Member Data Documentation

template<typename CondT , typename DoT >
CondT boost::lambda::while_composite< CondT, DoT >::cond
template<typename CondT , typename DoT >
DoT boost::lambda::while_composite< CondT, DoT >::do_

The documentation for this struct was generated from the following file: