All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ptypeList.cc
Go to the documentation of this file.
1 /* ptypeList.cc
2  */
3 #include "osl/ptypeList.h"
4 #include <iostream>
5 void osl::ptl::NullPtype::show(std::ostream& os)
6 {
7  os << "()";
8 }
9 
10 /* ------------------------------------------------------------------------- */
11 // ;;; Local Variables:
12 // ;;; mode:c++
13 // ;;; c-basic-offset:2
14 // ;;; End: