MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / Entity

Class Entity

src/xml/tinyxml2.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48namespace tinyxml2 {
49
50struct Entity {
51 const char* pattern;
52 int length;
53 char value;
54};
55
56static const int NUM_ENTITIES = 5;
57static const Entity entities[NUM_ENTITIES] = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected