problemscpp
A collection of my answers to algorithm problems in c++.
Public 属性 | 所有成员列表
pat::b::b1110::node结构体 参考

#include <pat.h>

Public 属性

string address
 
int data {}
 
string next
 

详细描述

在文件 pat.h724 行定义.

类成员变量说明

◆ address

string pat::b::b1110::node::address

在文件 pat.h725 行定义.

◆ data

int pat::b::b1110::node::data {}

在文件 pat.h726 行定义.

◆ next

string pat::b::b1110::node::next

在文件 pat.h727 行定义.


该结构体的文档由以下文件生成: