osgEarth 2.1.1
Private Member Functions

NullStreamBuffer Class Reference

List of all members.

Private Member Functions

virtual streamsize xsputn (const char_type *, streamsize n)

Detailed Description

Definition at line 111 of file Notify.cpp.


Member Function Documentation

virtual streamsize NullStreamBuffer::xsputn ( const char_type *  ,
streamsize  n 
) [inline, private, virtual]

Definition at line 115 of file Notify.cpp.

        {
            return n;
        }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines