s11nlite::load_node_stream_nullary_f Struct Reference

A nullary functor to call s11nlite::load_node(istream&). More...

#include <s11nlite.hpp>

List of all members.

Public Types

typedef
::s11nlite::node_type 
node_type

Public Member Functions

 load_node_stream_nullary_f (std::istream &s)
 Specifies that operator() should fetch input from the given stream.
node_typeoperator() () const
 Returns s11nlite::load_node( this->stream ),.

Public Attributes

std::istream & stream


Detailed Description

A nullary functor to call s11nlite::load_node(istream&).

Added in version 1.1.3.

Definition at line 717 of file s11nlite.hpp.


Member Typedef Documentation

typedef ::s11nlite::node_type s11nlite::load_node_stream_nullary_f::node_type

Definition at line 720 of file s11nlite.hpp.


Constructor & Destructor Documentation

s11nlite::load_node_stream_nullary_f::load_node_stream_nullary_f ( std::istream &  s  )  [inline, explicit]

Specifies that operator() should fetch input from the given stream.

Definition at line 725 of file s11nlite.hpp.


Member Function Documentation

node_type* s11nlite::load_node_stream_nullary_f::operator() (  )  const [inline]

Returns s11nlite::load_node( this->stream ),.

Caller owns the returned object, which may be 0.

Definition at line 733 of file s11nlite.hpp.

References s11nlite::load_node().


Member Data Documentation

std::istream& s11nlite::load_node_stream_nullary_f::stream

Definition at line 719 of file s11nlite.hpp.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 4 21:45:47 2008 for libs11n-1.2.7 by  doxygen 1.5.3