Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Getters

Getters on Streams. More...

Functions

static int VMPI_Stream_read_count (VMPI_Stream *st)
 Get the number of input streams. More...
 
static int VMPI_Stream_write_count (VMPI_Stream *st)
 Get the number of output streams. More...
 

Detailed Description

Getters on Streams.

Function Documentation

static int VMPI_Stream_read_count ( VMPI_Stream st)
inlinestatic

Get the number of input streams.

Parameters
sttarget stream
Returns
the number of input streams

Definition at line 232 of file VMPI_stream.h.

static int VMPI_Stream_write_count ( VMPI_Stream st)
inlinestatic

Get the number of output streams.

Parameters
sttarget stream
Returns
the number of output streams

Definition at line 243 of file VMPI_stream.h.