xtd 0.2.0
selector_map.h File Reference
#include "selector.h"
#include <map>

Definition

Contains xtd::web::css::selector_map alias.

Include dependency graph for selector_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::web
 Contains classes and interfaces that enable browser-server communication. This namespace includes the http_request class, which provides extensive information about the current HTTP request; the http_response class, which manages HTTP output to the client; and the http_server_utility class, which provides access to server-side utilities and processes. xtd::web also includes classes for cookie manipulation, file transfer, exception information, and output cache control.
 

Typedefs

using xtd::web::css::selector_map = std::map< xtd::ustring, xtd::web::css::selector >
 Represents the map of a selector name - selector pair. More...
 

Typedef Documentation

◆ selector_map

Represents the map of a selector name - selector pair.