#include <world_collection.hpp>
Public Member Functions | |
WorldCollection (const std::string &srv_namespace="") | |
Protected Attributes | |
std::vector< std::string > | world_names |
Manages the collection of worlds currently on database. The collection is loaded at startup.
Definition at line 20 of file world_collection.hpp.
wcf::WorldCollection::WorldCollection | ( | const std::string & | srv_namespace = "" | ) |
Initializes the collection of worlds and fills it by calling world canvas server.
srv_namespace,: | World canvas handles can be found under this namespace. |
Definition at line 17 of file world_collection.cpp.
std::vector<std::string> wcf::WorldCollection::world_names [protected] |
Definition at line 23 of file world_collection.hpp.