Core
Core.hpp:
A header file defining core system functionality for the Icanos engine. This page will be changed when future core functionality is added.
#pragma once
#ifndef AVS_ICANOS_SYSTEM_CORE_HPP
#define AVS_ICANOS_SYSTEM_CORE_HPP
#include <string>
namespace Icanos {
namespace System {
typedef std::string String;
typedef const String URI;
}
}
#endif
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
