|
Template Numerical Library version\ main:7388705
|
Public Member Functions | |
| StreamPool (StreamPool const ©)=delete | |
| const stream_t & | getStream (int id, unsigned int flags=StreamDefault, int priority=0) |
| Get a stream from the pool. | |
| StreamPool & | operator= (StreamPool const ©)=delete |
Static Public Member Functions | |
| static StreamPool & | getInstance () |
|
inline |
Get a stream from the pool.
If the stream with the given ID was not created yet, it is created by calling Stream::create with the following parameters:
| id | Numeric ID of the requested stream. |
| flags | Custom flags for stream creation. See Stream::create for details. |
| priority | Priority of the stream. See Stream::create for details. |