Moka kernel
|
Go to the source code of this file.
Functions | |
INLINE std::ostream & | operator<< (std::ostream &AOS, const CAttribute &AAttribute) |
INLINE std::istream & | operator>> (std::istream &AIS, CAttribute &AAttribute) |
INLINE std::ostream& operator<< | ( | std::ostream & | AOS, |
const CAttribute & | AAttribute | ||
) |
AOS | Le flux de sortie. |
AAttribute | L'attribut à envoyer dans le flux. |
Definition at line 64 of file attribute.icc.
INLINE std::istream& operator>> | ( | std::istream & | AIS, |
CAttribute & | AAttribute | ||
) |
AIS | Le flux d'entrée. |
AAttribute | L'attribut à lire depuis le flux. |
Definition at line 71 of file attribute.icc.