Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / Pastel / Text / StringCharacterIterator.pm
package StringCharacterIterator;
@ISA = qq(Pastel::Tools::Mixin);
use Carp;
use strict;
# Perl module for Pastel::Text::StringCharacterIterator
# Cared for by Malay<curiouser@ccmb.ap.nic.in>
# Copyright 2001, Malay Kumar Basu
# You may distribute this module under the same terms as perl itself
sub new {
}
sub _init{
}
sub current {
}
sub first {
}
sub get_begin_index {
}
sub get_end_index {
}
sub get_index {
}
sub last {
}
sub next {
}
sub previous {
}
sub set_index {
}
sub set_text{
}
1;