PersonalServer (intid, const std::string &name, const std::string ®ion, const std::string ®ionfullname, const std::string &continent, const std::string &description, const std::string &latitude, const std::string &longitude, inttransfer, intspeed, intmemory, intcpucores, const std::string &flag)
Custom constructor.
Parameters
- id
- Personal server ID.
- name
- Personal server name.
- region
- Personal server region abbreviation.
- regionfullname
- Personal server region full name.
- continent
- Personal server continent name.
- description
- Personal server description.
- latitude
- Personal server longitude coordinate.
- longitude
- Personal server latitude coordinate.
- transfer
- Personal server uploaded traffic size.
- speed
- Personal server connection speed.
- memory
- Personal server RAM size.
- cpucores
- Personal server CPU cores number.
- flag
- Personal server region flag.