#include "PCNTools.h"#include <iostream>#include <cstdlib>#include "Util.h"#include "util/exception.hh"Go to the source code of this file.
Namespaces | |
| namespace | PCN |
Functions | |
| char | PCN::get (const std::string &in, int c) |
| void | PCN::eatws (const std::string &in, int &c) |
| std::string | PCN::getString (const std::string &in, int &c) |
| std::string | PCN::getEscapedString (const std::string &in, int &c) |
| float | PCN::getFloat (const std::string &in, int &c) |
| int | PCN::getInt (const std::string &in, int &c) |
| CNAlt | PCN::getCNAlt (const std::string &in, int &c) |
| CNCol | PCN::getCNCol (const std::string &in, int &c) |
| CN | PCN::parsePCN (const std::string &in) |
Variables | |
| const std::string | PCN::chars = "'\\" |
| const char & | PCN::quote = chars[0] |
| const char & | PCN::slash = chars[1] |
1.5.9