ReactOS 0.4.16-dev-822-gbcedb53
anonymous_namespace{popen.cpp}::stream_traits Struct Reference

Public Types

typedef FILEtype
 

Static Public Member Functions

static bool close (_In_ type h) throw ()
 
static type get_invalid_value () throw ()
 

Detailed Description

Definition at line 34 of file popen.cpp.

Member Typedef Documentation

◆ type

typedef FILE* anonymous_namespace{popen.cpp}::stream_traits::type

Definition at line 36 of file popen.cpp.

Member Function Documentation

◆ close()

static bool anonymous_namespace{popen.cpp}::stream_traits::close ( _In_ type  h)
throw (
)
inlinestatic

Definition at line 38 of file popen.cpp.

39 {
40 fclose(h);
41 return true;
42 }
GLfloat GLfloat GLfloat GLfloat h
Definition: glext.h:7723
_Check_return_opt_ _CRTIMP int __cdecl fclose(_Inout_ FILE *_File)

◆ get_invalid_value()

static type anonymous_namespace{popen.cpp}::stream_traits::get_invalid_value ( )
throw (
)
inlinestatic

Definition at line 44 of file popen.cpp.

45 {
46 return nullptr;
47 }

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