Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
lib
container
tripleInt.cc
Go to the documentation of this file.
1
/* tripleInt.cc
2
*/
3
#include "
osl/container/tripleInt.h
"
4
#include <iostream>
5
6
#ifndef MINIMAL
7
std::ostream&
osl::container::operator<<
(std::ostream& os,
TripleInt
const
& ti)
8
{
9
return
os <<
"["
<< ti[0] <<
","
<< ti[1] <<
","
<< ti[2] <<
"]"
;
10
}
11
#endif
12
13
Generated on Sun Jul 21 2013 13:37:27 by
1.8.4