Mercurial > hg > octave-jordi
comparison src/pr-output.cc @ 6109:c68896f193e3
[project @ 2006-10-27 02:16:18 by jwe]
author | jwe |
---|---|
date | Fri, 27 Oct 2006 02:16:19 +0000 |
parents | bda649f500bd |
children | ba9db42a1fe0 |
comparison
equal
deleted
inserted
replaced
6108:143b556ce725 | 6109:c68896f193e3 |
---|---|
2465 pr_int (std::ostream&, const octave_uint32&, int); | 2465 pr_int (std::ostream&, const octave_uint32&, int); |
2466 | 2466 |
2467 template void | 2467 template void |
2468 pr_int (std::ostream&, const octave_uint64&, int); | 2468 pr_int (std::ostream&, const octave_uint64&, int); |
2469 | 2469 |
2470 template void | 2470 template OCTINTERP_API void |
2471 octave_print_internal (std::ostream&, const intNDArray<octave_int8>&, | 2471 octave_print_internal (std::ostream&, const intNDArray<octave_int8>&, |
2472 bool, int); | 2472 bool, int); |
2473 | 2473 |
2474 template void | 2474 template OCTINTERP_API void |
2475 octave_print_internal (std::ostream&, const intNDArray<octave_int16>&, | 2475 octave_print_internal (std::ostream&, const intNDArray<octave_int16>&, |
2476 bool, int); | 2476 bool, int); |
2477 | 2477 |
2478 template void | 2478 template OCTINTERP_API void |
2479 octave_print_internal (std::ostream&, const intNDArray<octave_int32>&, | 2479 octave_print_internal (std::ostream&, const intNDArray<octave_int32>&, |
2480 bool, int); | 2480 bool, int); |
2481 | 2481 |
2482 template void | 2482 template OCTINTERP_API void |
2483 octave_print_internal (std::ostream&, const intNDArray<octave_int64>&, | 2483 octave_print_internal (std::ostream&, const intNDArray<octave_int64>&, |
2484 bool, int); | 2484 bool, int); |
2485 | 2485 |
2486 template void | 2486 template OCTINTERP_API void |
2487 octave_print_internal (std::ostream&, const intNDArray<octave_uint8>&, | 2487 octave_print_internal (std::ostream&, const intNDArray<octave_uint8>&, |
2488 bool, int); | 2488 bool, int); |
2489 | 2489 |
2490 template void | 2490 template OCTINTERP_API void |
2491 octave_print_internal (std::ostream&, const intNDArray<octave_uint16>&, | 2491 octave_print_internal (std::ostream&, const intNDArray<octave_uint16>&, |
2492 bool, int); | 2492 bool, int); |
2493 | 2493 |
2494 template void | 2494 template OCTINTERP_API void |
2495 octave_print_internal (std::ostream&, const intNDArray<octave_uint32>&, | 2495 octave_print_internal (std::ostream&, const intNDArray<octave_uint32>&, |
2496 bool, int); | 2496 bool, int); |
2497 | 2497 |
2498 template void | 2498 template OCTINTERP_API void |
2499 octave_print_internal (std::ostream&, const intNDArray<octave_uint64>&, | 2499 octave_print_internal (std::ostream&, const intNDArray<octave_uint64>&, |
2500 bool, int); | 2500 bool, int); |
2501 | 2501 |
2502 template <class T> | 2502 template <class T> |
2503 void | 2503 void |
2516 } | 2516 } |
2517 } | 2517 } |
2518 | 2518 |
2519 // FIXME -- this is not the right spot for this... | 2519 // FIXME -- this is not the right spot for this... |
2520 | 2520 |
2521 template void | 2521 template OCTINTERP_API void |
2522 octave_print_internal (std::ostream&, const octave_int8&, bool); | 2522 octave_print_internal (std::ostream&, const octave_int8&, bool); |
2523 | 2523 |
2524 template void | 2524 template OCTINTERP_API void |
2525 octave_print_internal (std::ostream&, const octave_int16&, bool); | 2525 octave_print_internal (std::ostream&, const octave_int16&, bool); |
2526 | 2526 |
2527 template void | 2527 template OCTINTERP_API void |
2528 octave_print_internal (std::ostream&, const octave_int32&, bool); | 2528 octave_print_internal (std::ostream&, const octave_int32&, bool); |
2529 | 2529 |
2530 template void | 2530 template OCTINTERP_API void |
2531 octave_print_internal (std::ostream&, const octave_int64&, bool); | 2531 octave_print_internal (std::ostream&, const octave_int64&, bool); |
2532 | 2532 |
2533 template void | 2533 template OCTINTERP_API void |
2534 octave_print_internal (std::ostream&, const octave_uint8&, bool); | 2534 octave_print_internal (std::ostream&, const octave_uint8&, bool); |
2535 | 2535 |
2536 template void | 2536 template OCTINTERP_API void |
2537 octave_print_internal (std::ostream&, const octave_uint16&, bool); | 2537 octave_print_internal (std::ostream&, const octave_uint16&, bool); |
2538 | 2538 |
2539 template void | 2539 template OCTINTERP_API void |
2540 octave_print_internal (std::ostream&, const octave_uint32&, bool); | 2540 octave_print_internal (std::ostream&, const octave_uint32&, bool); |
2541 | 2541 |
2542 template void | 2542 template OCTINTERP_API void |
2543 octave_print_internal (std::ostream&, const octave_uint64&, bool); | 2543 octave_print_internal (std::ostream&, const octave_uint64&, bool); |
2544 | 2544 |
2545 extern void | 2545 extern void |
2546 octave_print_internal (std::ostream&, const Cell&, bool, int, bool) | 2546 octave_print_internal (std::ostream&, const Cell&, bool, int, bool) |
2547 { | 2547 { |