Animación Vulkan 1.0
Animación de tiro libre baloncesto con motor gráfico desarrollado en clase
Cargando...
Buscando...
Nada coincide
Referencia de la clase pugi::xpath_variable

#include <pugixml.hpp>

Diagrama de colaboración de pugi::xpath_variable:
[leyenda]

Métodos públicos

const char_tname () const
xpath_value_type type () const
bool get_boolean () const
double get_number () const
const char_tget_string () const
const xpath_node_setget_node_set () const
bool set (bool value)
bool set (double value)
bool set (const char_t *value)
bool set (const xpath_node_set &value)

Métodos protegidos

 xpath_variable (xpath_value_type type)
 xpath_variable (const xpath_variable &)
xpath_variableoperator= (const xpath_variable &)

Atributos protegidos

xpath_value_type _type
xpath_variable_next

Amigas

class xpath_variable_set

Documentación de constructores y destructores

◆ xpath_variable() [1/2]

PUGI_IMPL_FN xpath_variable::xpath_variable ( xpath_value_type type)
protected

Hace referencia a _next, _type y PUGI_IMPL_FN.

Referenciado por operator=() y xpath_variable().

Gráfico de llamadas a esta función:

◆ xpath_variable() [2/2]

pugi::xpath_variable::xpath_variable ( const xpath_variable & )
protected

Hace referencia a xpath_variable().

Gráfico de llamadas de esta función:

Documentación de funciones miembro

◆ get_boolean()

PUGI_IMPL_FN bool xpath_variable::get_boolean ( ) const

Hace referencia a _type, PUGI_IMPL_FN y pugi::xpath_type_boolean.

Referenciado por operator=().

Gráfico de llamadas a esta función:

◆ get_node_set()

PUGI_IMPL_FN const xpath_node_set & xpath_variable::get_node_set ( ) const

Hace referencia a _type, PUGI_IMPL_FN y pugi::xpath_type_node_set.

Referenciado por operator=().

Gráfico de llamadas a esta función:

◆ get_number()

PUGI_IMPL_FN double xpath_variable::get_number ( ) const

Hace referencia a _type, PUGI_IMPL_FN y pugi::xpath_type_number.

Referenciado por operator=().

Gráfico de llamadas a esta función:

◆ get_string()

PUGI_IMPL_FN const char_t * xpath_variable::get_string ( ) const

Hace referencia a _type, PUGI_IMPL_FN, PUGIXML_TEXT y pugi::xpath_type_string.

Referenciado por operator=().

Gráfico de llamadas a esta función:

◆ name()

PUGI_IMPL_FN const char_t * xpath_variable::name ( ) const

Hace referencia a _type, name(), PUGI_IMPL_FN, pugi::xpath_type_boolean, pugi::xpath_type_node_set, pugi::xpath_type_number y pugi::xpath_type_string.

Referenciado por pugi::xpath_variable_set::_clone(), name() y operator=().

Gráfico de llamadas de esta función:
Gráfico de llamadas a esta función:

◆ operator=()

xpath_variable & pugi::xpath_variable::operator= ( const xpath_variable & )
protected

Hace referencia a get_boolean(), get_node_set(), get_number(), get_string(), name(), set(), type() y xpath_variable().

Gráfico de llamadas de esta función:

◆ set() [1/4]

PUGI_IMPL_FN bool xpath_variable::set ( bool value)

Hace referencia a _type, PUGI_IMPL_FN y pugi::xpath_type_boolean.

Referenciado por operator=(), pugi::xpath_variable_set::set(), pugi::xpath_variable_set::set(), pugi::xpath_variable_set::set() y pugi::xpath_variable_set::set().

Gráfico de llamadas a esta función:

◆ set() [2/4]

PUGI_IMPL_FN bool xpath_variable::set ( const char_t * value)

◆ set() [3/4]

PUGI_IMPL_FN bool xpath_variable::set ( const xpath_node_set & value)

◆ set() [4/4]

PUGI_IMPL_FN bool xpath_variable::set ( double value)

◆ type()

PUGI_IMPL_FN xpath_value_type xpath_variable::type ( ) const

Hace referencia a _type y PUGI_IMPL_FN.

Referenciado por operator=().

Gráfico de llamadas a esta función:

◆ xpath_variable_set

friend class xpath_variable_set
friend

Hace referencia a xpath_variable_set.

Referenciado por xpath_variable_set.

Documentación de datos miembro

◆ _next

◆ _type


La documentación de esta clase está generada de los siguientes archivos: