Abilitare JavaScript per vedere questo sito.

Interroga stato di sezione dati vuota.

Sintassi

bool is_emptyl() const

Risultato

Rende true se sezione dati vuota (nessuna variabile, nessuna sezione figlia), false altrimenti

Esempio di utilizzo:

fdoc::document document;

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

if (data.is_empty())

{

  // Sezione dati "my_data" vuota ...

}

 

  

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