Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

dtool/src/dconfig/symbolEnt.I

Go to the documentation of this file.
00001 // Filename: symbolEnt.I
00002 // Created by:  drose (15May00)
00003 //
00004 ////////////////////////////////////////////////////////////////////
00005 //
00006 // PANDA 3D SOFTWARE
00007 // Copyright (c) 2001, Disney Enterprises, Inc.  All rights reserved
00008 //
00009 // All use of this software is subject to the terms of the Panda 3d
00010 // Software license.  You should have received a copy of this license
00011 // along with this source code; you will also find a current copy of
00012 // the license at http://www.panda3d.org/license.txt .
00013 //
00014 // To contact the maintainers of this program write to
00015 // panda3d@yahoogroups.com .
00016 //
00017 ////////////////////////////////////////////////////////////////////
00018 
00019 
00020 INLINE SymbolEnt& SymbolEnt::operator=(const SymbolEnt& c) {
00021   _src = c._src;
00022   _val = c._val;
00023   _srctok = c._srctok;
00024   _state = c._state;
00025   return *this;
00026 }
00027 
00028 INLINE bool SymbolEnt::
00029 operator == (const SymbolEnt &) const {
00030   return true;
00031 }
00032 
00033 INLINE bool SymbolEnt::
00034 operator != (const SymbolEnt &) const {
00035   return false;
00036 }
00037 
00038 INLINE bool SymbolEnt::
00039 operator < (const SymbolEnt &) const {
00040   return false;
00041 }
00042 
00043 INLINE ConfigString SymbolEnt::Src(void) const {
00044   return _src;
00045 }
00046 
00047 INLINE ConfigString SymbolEnt::Val(void) const {
00048   return _val;
00049 }
00050 
00051 INLINE SymbolEnt::SymbolEntSrc SymbolEnt::SrcTok(void) const {
00052   return _srctok;
00053 }
00054 
00055 INLINE bool SymbolEnt::State(void) const {
00056   return _state;
00057 }

Generated on Thu May 1 22:12:58 2003 for DTool by doxygen1.3