|
My Project
|
#include <entradaHistorial.hpp>
Public Member Functions | |
| entradaHistorial () | |
| entradaHistorial (bool c, bool mo, bool bo, std::size_t as, std::string ori, std::string des, std::string own, std::string of, std::string paOf, std::string coOf) | |
| bool | getCreado () const |
| void | setCreado (bool value) |
| bool | getModificado () const |
| void | setModificado (bool value) |
| bool | getBorrado () const |
| void | setBorrado (bool value) |
| std::size_t | getAsientos () const |
| void | setAsientos (std::size_t value) |
| std::string | getOrigen () const |
| void | setOrigen (const std::string &value) |
| std::string | getDestino () const |
| void | setDestino (const std::string &value) |
| std::string | getOficina () const |
| void | setOficina (const std::string &value) |
| std::string | getPaisOficina () const |
| void | setPaisOficina (const std::string &value) |
| std::string | getContinenteOficina () const |
| void | setContinenteOficina (const std::string &value) |
| std::string | getOwner () const |
| void | setOwner (const std::string &value) |
| void | writeToFile (std::ostream *f) |
| void | readFromFile (std::istream *f) |
Copyright 2015 ViajeFacil
| entradaHistorial::entradaHistorial | ( | ) |
Copyright 2015 ViajeFacil
1.8.9.1