Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
InterrogateType::EnumValue Class Reference

Public Member Functions

void input (std::istream &in)
 
void output (std::ostream &out) const
 

Public Attributes

std::string _comment
 
std::string _name
 
std::string _scoped_name
 
int _value
 

Detailed Description

Definition at line 196 of file interrogateType.h.

Member Function Documentation

◆ input()

void InterrogateType::EnumValue::input ( std::istream & in)

Definition at line 80 of file interrogateType.cxx.

◆ output()

void InterrogateType::EnumValue::output ( std::ostream & out) const

Definition at line 69 of file interrogateType.cxx.

Member Data Documentation

◆ _comment

std::string InterrogateType::EnumValue::_comment

Definition at line 203 of file interrogateType.h.

◆ _name

std::string InterrogateType::EnumValue::_name

Definition at line 201 of file interrogateType.h.

◆ _scoped_name

std::string InterrogateType::EnumValue::_scoped_name

Definition at line 202 of file interrogateType.h.

◆ _value

int InterrogateType::EnumValue::_value

Definition at line 204 of file interrogateType.h.


The documentation for this class was generated from the following files: