| Purpose: | This is an organization base class from which other classes are derived. It is never instantiated. | 
  
  
  
    | 
 | 
  
  
    | Derivation: | ATTRIB_TSL : ATTRIB : ENTITY : ACIS_OBJECT : - | 
  
  
  
    | 
 | 
  
  
    | SAT Identifier: | "tsl" | 
  
  
  
    | 
 | 
  
  
    | Filename: | kern/kernel/kerndata/attrib/at_tsl.hxx | 
  
  
  
    | 
 | 
  
  
    | Constructor: | public: ATTRIB_TSL::ATTRIB_TSL 
        ( | 
  
  
    | 
 | 
 | ENTITY* | // owning entity | 
  
  
    | 
 | 
 | 
 | = NULL | 
  
  
    | 
 | 
 | ); | 
  
  
  
    | 
 | 
  
  
    | 
 | C++ initialize constructor requests memory for this object and populates it with the data supplied as arguments. | 
  | 
 | 
  | 
 | 
 | 
  
  
  
    | 
 | 
  
  
    | Destructor: | public: virtual void ATTRIB_TSL::lose 
        (); | 
  
  
  
    | 
 | 
  
  
    | 
 | Posts a delete bulletin to the bulletin board indicating the instance is no longer used in the active model. The 
        lose methods for attached attributes are also called. | 
  | 
 | 
  | 
 | 
 | 
  
  
  
    | 
 | 
  
  
    | 
 | 
 | protected: virtual ATTRIB_TSL::~ATTRIB_TSL 
        (); | 
  
  
  
    | 
 | 
  
  
    | 
 | This 
        C++ destructor should never be called directly. | 
  | 
 | 
  | 
 | 
 | 
  
  
  
  
  
  
    | Methods: | public: virtual const char* | 
  
  
    | 
 | 
 | ATTRIB_TSL::type_name () const; | 
  
  
  
    | 
 | 
  
  
    | 
 | Returns the string "tsl". | 
  
  
  
    | 
 | 
  
  
    | Internal Use: | debug_ent, identity, is_deepcopyable, restore_common, save, save_common | 
  | 
 | 
  | 
 | 
 | 
  
  
  
    | 
 | 
  
  
    | Related Fncs: | is_ATTRIB_TSL |