Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
sample
debug
printPtypeO.cc
Go to the documentation of this file.
1
/* printPtypeO.cc
2
*/
3
#include "
osl/ptype.h
"
4
#include <iostream>
5
6
using namespace
osl;
7
int
main
()
8
{
9
long
ptypeo;
10
while
(std::cin >> ptypeo)
11
{
12
PtypeO
p =
static_cast<
PtypeO
>
(ptypeo);
13
std::cout << p << std::endl;
14
}
15
}
16
17
18
/* ------------------------------------------------------------------------- */
19
// ;;; Local Variables:
20
// ;;; mode:c++
21
// ;;; c-basic-offset:2
22
// ;;; End:
Generated on Sun Jul 21 2013 13:37:26 by
1.8.4