Abilitare JavaScript per vedere questo sito.

Interroga nome della sezione dati.

Sintassi

string get_name() const

Risultato

Rende nome della sezione dati

Esempio di utilizzo:

fdoc::document document;

fdoc::section @data = document.root_section().add_section("my_data");

 

// Interroga nome della sezione

string name = data.get_name();  // Ritorna "my_data"

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC