The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ctflags::memory - low level functions for ctflags

SYNOPSIS

  use ctflags::memory;

ABSTRACT

  ctflags::memory implements low level functions used from ctflags and
  companion packages. Do not use it directly.

DESCRIPTION

ctflags::memory mantains the internal state of the ctflags and exports some low level functions used from the rest of the ctflags modules.

You can see the cource code for comments about its functions but do not use them directly.

EXPORT

set_ctflag, get_ctflag, restrict_ctflags, allowed_ctflags, is_ctflag_allowed

SEE ALSO

ctflags, ctflags::parse, ctflags::config, ctflags::long and ctflags::check.

AUTHOR

Salvador Fandiño Garcia, <sfandino@yahoo.com>.

COPYRIGHT AND LICENSE

Copyright 2002 by Salvador Fandiño Garcia

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.