diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-11-03 20:40:40 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-11-03 20:40:40 +0000 |
commit | 406758342ee046707e5426f804c7b381a0728335 (patch) | |
tree | 7e58947fa006199f05efa8fb5cf6cb932cd51586 /PDContainer/help/help-h_vector.pd | |
parent | 9ca96a7b406cde99fabe2956090fef0ea820c0e2 (diff) |
additional methods: [getall(, [keys(, [values(
svn path=/trunk/externals/grh/; revision=3832
Diffstat (limited to 'PDContainer/help/help-h_vector.pd')
-rwxr-xr-x | PDContainer/help/help-h_vector.pd | 50 |
1 files changed, 27 insertions, 23 deletions
diff --git a/PDContainer/help/help-h_vector.pd b/PDContainer/help/help-h_vector.pd index 618af69..802316c 100755 --- a/PDContainer/help/help-h_vector.pd +++ b/PDContainer/help/help-h_vector.pd @@ -8,23 +8,23 @@ #X text 295 36 help file of; #X text 40 98 init arg: namespace; #X msg 480 313 print; -#X msg 480 357 clear; -#X msg 480 671 help; -#X obj 566 721 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +#X msg 480 395 clear; +#X msg 480 676 help; +#X obj 566 726 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 480 254 getnamespace; -#X msg 480 395 clearall; -#X obj 480 770 print BBB; +#X msg 480 433 clearall; +#X obj 480 775 print BBB; #X obj 71 443 print AAA; #X text 591 279 <- change namespace; #X msg 480 278 namespace grix; #X text 527 314 <- print all the data of the; #X text 546 329 current namespace; -#X text 528 357 <- clear all the data of the; -#X text 549 372 current namespace; -#X text 548 397 <- clear all the data in all; -#X text 569 412 same containers (maybe; -#X text 571 427 you shouldn't use this); +#X text 528 395 <- clear all the data of the; +#X text 549 410 current namespace; +#X text 548 435 <- clear all the data in all; +#X text 569 450 same containers (maybe; +#X text 571 465 you shouldn't use this); #X text 580 256 <- get current namespace; #X text 512 213 general operations:; #X msg 297 366 list damm 4345 it; @@ -38,15 +38,15 @@ via index (like an array) and fast insertion and removal of elements at the end. The number of elements in a vector may vary dynamically. ; -#X msg 480 608 resize \$1; -#X msg 480 642 getsize; -#X floatatom 488 580 5 0 0 0 - - -; -#X text 556 609 <- resizes the vector; -#X obj 480 698 h_vector klax; -#X floatatom 523 741 5 0 0 0 - - -; -#X text 545 641 <- get the size (at 2nd; -#X text 567 655 outlet); -#X text 567 740 <- size of vector; +#X msg 480 613 resize \$1; +#X msg 480 647 getsize; +#X floatatom 488 585 5 0 0 0 - - -; +#X text 556 614 <- resizes the vector; +#X obj 480 703 h_vector klax; +#X floatatom 523 746 5 0 0 0 - - -; +#X text 545 646 <- get the size (at 2nd; +#X text 567 660 outlet); +#X text 567 745 <- size of vector; #X obj 71 383 h_vector klax; #X floatatom 114 422 5 0 0 0 - - -; #X msg 71 290 get \$1; @@ -403,10 +403,13 @@ it at the back (so the size will increase); #X connect 10 0 0 0; #X connect 11 0 0 0; #X connect 12 0 0 0; -#X restore 480 476 pd read_save_possibilities; -#X text 520 500 different possiblities to read; -#X text 520 514 and write from and to files; -#X text 519 529 (XML and textfiles); +#X restore 480 501 pd read_save_possibilities; +#X text 520 525 different possiblities to read; +#X text 520 539 and write from and to files; +#X text 519 554 (XML and textfiles); +#X msg 480 352 getall; +#X text 532 352 <- dumps out all data sequentially; +#X text 553 366 at the first outlet; #X connect 5 0 36 0; #X connect 6 0 36 0; #X connect 7 0 36 0; @@ -442,3 +445,4 @@ it at the back (so the size will increase); #X connect 67 0 73 1; #X connect 74 0 60 0; #X connect 82 0 36 0; +#X connect 86 0 36 0; |