DocStringMeta Struct Reference

#include <vm.h>

详细描述

Struct which contains information about a doc string interfaces in this framework

公共成员函数

  MAXON_DISALLOW_COPY_AND_ASSIGN ( DocStringMeta )
  DocStringMeta ()=default

Public Attributes

String   _entireString
String   _docString
BaseArray < Tuple < String , String , String > >  _parameter
Tuple < String , String _return

构造函数 & 析构函数文档编制

◆  DocStringMeta()

DocStringMeta ( )
default

成员函数文档编制

◆  MAXON_DISALLOW_COPY_AND_ASSIGN()

MAXON_DISALLOW_COPY_AND_ASSIGN ( DocStringMeta   )

Member Data Documentation

◆  _entireString

String _entireString

◆  _docString

String _docString

◆  _parameter

BaseArray < Tuple < String , String , String > > _parameter

◆  _return

Tuple < String , String > _return