FreePOOMA  2.4.1
Functions
PrintList.h File Reference

Functions

template<class OSTR , class PROTOTYPE , class LIST1 >
void printList (OSTR &ostr, const PROTOTYPE &prototype, const LIST1 &list1)
template<class OSTR , class PROTOTYPE , class LIST1 , class LIST2 >
void printList (OSTR &ostr, const PROTOTYPE &prototype, const LIST1 &list1, const LIST2 &list2)
template<class OSTR , class PROTOTYPE , class LIST1 , class LIST2 , class LIST3 >
void printList (OSTR &ostr, const PROTOTYPE &prototype, const LIST1 &list1, const LIST2 &list2, const LIST3 &list3)
template<class OSTR , class PROTOTYPE , class LIST1 , class LIST2 , class LIST3 , class LIST4 >
void printList (OSTR &ostr, const PROTOTYPE &prototype, const LIST1 &list1, const LIST2 &list2, const LIST3 &list3, const LIST4 &list4)

Function Documentation

template<class OSTR , class PROTOTYPE , class LIST1 >
void printList ( OSTR &  ostr,
const PROTOTYPE &  prototype,
const LIST1 &  list1 
)
template<class OSTR , class PROTOTYPE , class LIST1 , class LIST2 >
void printList ( OSTR &  ostr,
const PROTOTYPE &  prototype,
const LIST1 &  list1,
const LIST2 &  list2 
)
template<class OSTR , class PROTOTYPE , class LIST1 , class LIST2 , class LIST3 >
void printList ( OSTR &  ostr,
const PROTOTYPE &  prototype,
const LIST1 &  list1,
const LIST2 &  list2,
const LIST3 &  list3 
)
template<class OSTR , class PROTOTYPE , class LIST1 , class LIST2 , class LIST3 , class LIST4 >
void printList ( OSTR &  ostr,
const PROTOTYPE &  prototype,
const LIST1 &  list1,
const LIST2 &  list2,
const LIST3 &  list3,
const LIST4 &  list4 
)