cmEngine  0.1.1
A library for interpreting CMake code.
Data Fields
cmStringView Struct Reference

#include <cmStringView.h>

Data Fields

const char * data
 
size_t size
 

Detailed Description

This structure is used to contain a view of a string, explicitly one that is not modified.

Field Documentation

§ data

const char* cmStringView::data

A pointer to the string being viewed.

§ size

size_t cmStringView::size

The number of characters in the string view.


The documentation for this struct was generated from the following file: