Finds out whether two vgui_styles are equal. More...
#include <vgui_style.h>
| Public Member Functions | |
| vgui_style_equal (vgui_style_sptr s1) | |
| Constructor - takes one of the styles to be compared. | |
| bool | operator() (vgui_style_sptr s2) | 
| Returns true if the given style is identical to the stored style. | |
| Public Attributes | |
| vgui_style_sptr | s_ | 
Finds out whether two vgui_styles are equal.
Definition at line 99 of file vgui_style.h.
| vgui_style_equal::vgui_style_equal | ( | vgui_style_sptr | s1 | ) | 
Constructor - takes one of the styles to be compared.
Definition at line 107 of file vgui_style.cxx.
| bool vgui_style_equal::operator() | ( | vgui_style_sptr | s2 | ) | 
Returns true if the given style is identical to the stored style.
Definition at line 111 of file vgui_style.cxx.
Definition at line 108 of file vgui_style.h.
 1.7.5.1
 1.7.5.1