ptypeList.cc
Go to the documentation of this file.
00001 /* ptypeList.cc
00002  */
00003 #include "osl/ptypeList.h"
00004 #include <iostream>
00005 void osl::ptl::NullPtype::show(std::ostream& os)
00006 {
00007   os << "()";
00008 }
00009 
00010 /* ------------------------------------------------------------------------- */
00011 // ;;; Local Variables:
00012 // ;;; mode:c++
00013 // ;;; c-basic-offset:2
00014 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines