|
Panda3D
|
An internal representation of a manifest constant. More...
#include "interrogateManifest.h"
Public Member Functions | |
| InterrogateManifest (const InterrogateManifest ©) | |
| InterrogateManifest (InterrogateModuleDef *def=nullptr) | |
| const std::string & | get_definition () const |
| FunctionIndex | get_getter () const |
| int | get_int_value () const |
| TypeIndex | get_type () const |
| bool | has_getter () const |
| bool | has_int_value () const |
| bool | has_type () const |
| void | input (std::istream &in) |
| Reads the data file as previously formatted by output(). | |
| void | operator= (const InterrogateManifest ©) |
| void | output (std::ostream &out) const |
| Formats the InterrogateManifest data for output to a data file. | |
| void | remap_indices (const IndexRemapper &remap) |
| Remaps all internal index numbers according to the indicated map. | |
Public Member Functions inherited from InterrogateComponent | |
| InterrogateComponent (const InterrogateComponent ©) | |
| InterrogateComponent (InterrogateModuleDef *def=nullptr) | |
| const std::string & | get_alt_name (int n) const |
| const char * | get_library_name () const |
| Returns the library name, if it is known, or NULL if it is not. | |
| const char * | get_module_name () const |
| Returns the module name, if it is known, or NULL if it is not. | |
| const std::string & | get_name () const |
| int | get_num_alt_names () const |
| bool | has_library_name () const |
| Returns true if we have a known library name, false if we do not. | |
| bool | has_module_name () const |
| Returns true if we have a known module name, false if we do not. | |
| bool | has_name () const |
| void | input (std::istream &in) |
| Reads the data file as previously formatted by output(). | |
| void | operator= (const InterrogateComponent ©) |
| void | output (std::ostream &out) const |
| Formats the component for output to a data file. | |
Friends | |
| class | InterrogateBuilder |
An internal representation of a manifest constant.
Definition at line 26 of file interrogateManifest.h.
|
inline |
Definition at line 17 of file interrogateManifest.I.
|
inline |
Definition at line 30 of file interrogateManifest.I.
|
inline |
Definition at line 52 of file interrogateManifest.I.
|
inline |
Definition at line 84 of file interrogateManifest.I.
|
inline |
Definition at line 100 of file interrogateManifest.I.
|
inline |
Definition at line 68 of file interrogateManifest.I.
|
inline |
Definition at line 76 of file interrogateManifest.I.
|
inline |
Definition at line 92 of file interrogateManifest.I.
|
inline |
Definition at line 60 of file interrogateManifest.I.
| void InterrogateManifest::input | ( | std::istream & | in | ) |
Reads the data file as previously formatted by output().
Definition at line 34 of file interrogateManifest.cxx.
References idf_input_string(), and InterrogateComponent::input().
|
inline |
Definition at line 38 of file interrogateManifest.I.
| void InterrogateManifest::output | ( | std::ostream & | out | ) | const |
Formats the InterrogateManifest data for output to a data file.
Definition at line 21 of file interrogateManifest.cxx.
References idf_output_string(), and InterrogateComponent::output().
| void InterrogateManifest::remap_indices | ( | const IndexRemapper & | remap | ) |
Remaps all internal index numbers according to the indicated map.
This called from InterrogateDatabase::remap_indices().
Definition at line 45 of file interrogateManifest.cxx.
References IndexRemapper::map_from().
|
friend |
Definition at line 58 of file interrogateManifest.h.