23 #ifndef INCLUDED_IO_SIGNATURE_H
24 #define INCLUDED_IO_SIGNATURE_H
39 std::vector<int> d_sizeof_stream_item;
42 const std::vector<int> &sizeof_stream_items);
47 static const int IO_INFINITE = -1;
59 static sptr make(
int min_streams,
int max_streams,
60 int sizeof_stream_item);
70 static sptr make2(
int min_streams,
int max_streams,
71 int sizeof_stream_item1,
72 int sizeof_stream_item2);
83 static sptr make3(
int min_streams,
int max_streams,
84 int sizeof_stream_item1,
85 int sizeof_stream_item2,
86 int sizeof_stream_item3);
100 static sptr makev(
int min_streams,
int max_streams,
101 const std::vector<int> &sizeof_stream_items);
105 int sizeof_stream_item(
int index)
const;
106 std::vector<int> sizeof_stream_items()
const;