Wt::WVarBase< VARTYPE >::Blocker Class Reference

Marshaler. More...

#include <wvar.h>

List of all members.

Public Types

typedef bool result_type

Public Member Functions

template<typename T_iterator>
result_type operator() (T_iterator first, T_iterator last) const


Detailed Description

template<typename VARTYPE>
class Wt::WVarBase< VARTYPE >::Blocker

Marshaler.

Definition at line 68 of file wvar.h.


Member Typedef Documentation

template<typename VARTYPE>
typedef bool Wt::WVarBase< VARTYPE >::Blocker::result_type

Definition at line 70 of file wvar.h.


Member Function Documentation

template<typename VARTYPE>
template<typename T_iterator>
result_type Wt::WVarBase< VARTYPE >::Blocker::operator() ( T_iterator  first,
T_iterator  last 
) const [inline]

Definition at line 72 of file wvar.h.

00072                                                                         {
00073             for (; first != last; ++first)
00074                 if (*first)
00075                     return true;
00076             return false;
00077         }


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

Generated Fri Jul 28 19:33:50 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.