Visual Data Flow
This is work in progress, not of much practical use yet.
Normal classes:
Normal functions:
operator <<(BinOStreamC &,const DFObjectC &) | Write DFObjectC to stream. |
operator >>(BinIStreamC &,DFObjectC &) | Read DFObject from stream. |
operator <<(ostream &,const DFObjectC &) | Write DFObjectC to stream. |
operator >>(istream &,DFObjectC &) | Attachment point descriptor. |
operator <<(ostream &,const DFAttachC &) | Write to an ostream. |
operator >>(istream &,DFAttachC &) | Read from an istream. |
operator <<(BinOStreamC &,const DFAttachC &) | Write to an ostream. |
operator >>(BinIStreamC &,DFAttachC &) | Read from an istream. |
operator <<(ostream &,const DFSystemC &) | Write to an ostream. |
operator >>(istream &,DFSystemC &) | Read from an istream. |
operator <<(BinOStreamC &,const DFSystemC &) | Write to an ostream. |
operator >>(BinIStreamC &,DFSystemC &) | Read from an istream. |
|