#include "bbtkAtomicBlackBox.h"#include "iostream"


Go to the source code of this file.
Namespaces | |
| namespace | bbstd |
Classes | |
| class | bbstd::ASCII |
Functions | |
| bbstd::BBTK_BEGIN_DESCRIBE_BLACK_BOX (ASCII, bbtk::AtomicBlackBox) | |
| bbstd::BBTK_NAME ("ASCII") | |
| bbstd::BBTK_AUTHOR ("eduardo.davila [at] creatis [dot] insa-lyon.fr") | |
| bbstd::BBTK_DESCRIPTION ("ascii codes sequence to string - string to ascii codes sequence") | |
| bbstd::BBTK_CATEGORY ("misc") | |
| bbstd::BBTK_INPUT (ASCII, In,"Ascii code or Ascii character", std::string,"") | |
| bbstd::BBTK_INPUT (ASCII, Type,"Conversion type (default 0) 0=Ascii codes to string, 1=String to ascii codes", int,"") | |
| bbstd::BBTK_OUTPUT (ASCII, Out,"Ascii codes sequence or characters sequence", std::string,"") | |
| bbstd::BBTK_END_DESCRIBE_BLACK_BOX (ASCII) | |
1.5.6