@root | classes |
class test88 | ? ^ |
undocumented
- Source:
- ../test/test88.h:4
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Type Scope Short Description ~test88 destructor public automatically generated ~test88 destructor public undocumented test88 constructor public undocumented AddReference method public undocumented AddTentative method public undocumented AddTentative method public undocumented AddTentative method public undocumented AddTimingCorrelation method public undocumented BlockCItr typedef public undocumented BlockHolder typedef public undocumented BlockItr typedef public undocumented BlockPairs typedef public undocumented Commit method public undocumented Debug method public undocumented FetchReferenceBlocks method public undocumented GetBlockByName method public undocumented GetBlockByName method public undocumented GetBlocksHandle method public undocumented GetHiddenBlocks method public undocumented GetHiddenNetworks method public undocumented GetHiddenSignals method public undocumented GetNetworksHandle method public undocumented GetReferenceBlocks method public undocumented GetSignalsHandle method public undocumented GetTentativeBlocks method public undocumented GetTentativeNetworks method public undocumented GetTentativeSignals method public undocumented GetTimingCorrelation method public undocumented Hide method public undocumented Hide method public undocumented Hide method public undocumented IsHidden static method public undocumented IsHidden static method public undocumented IsHidden static method public undocumented IsTentative static method public undocumented IsTentative static method public undocumented IsTentative static method public undocumented NetworkCItr typedef public undocumented NetworkHolder typedef public undocumented NetworkItr typedef public undocumented RemoveReference method public undocumented RemoveTentative method public undocumented RemoveTentative method public undocumented RemoveTentative method public undocumented Restore method public undocumented SignalCItr typedef public undocumented SignalHolder typedef public undocumented SignalItr typedef public undocumented TYPE enum public undocumented
destructor ~test88 | ? ^ > |
automatically generated
- Source:
- ../test/test88.h
- Code:
public ~ test88 ( )
destructor ~test88 | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:14
- Code:
public ~ test88 ( )
constructor test88 | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:13
- Code:
public test88 ( )
method AddReference | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:25
- Code:
public void AddReference ( Block * orig , Block * replica = NULL , const char * propstr = NULL )
method AddTentative | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:18
- Code:
public void AddTentative ( Block * )
method AddTentative | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:19
- Code:
public void AddTentative ( Network * )
method AddTentative | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:20
- Code:
public void AddTentative ( Signal * )
method AddTimingCorrelation | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:49
- Code:
public void AddTimingCorrelation ( Block * src , Block * dst )
typedef BlockCItr | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:33
- Code:
- public typedef BlockHolder::const_iterator BlockCItr
typedef BlockHolder | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:29
- Code:
- public typedef std::vector < Block * > BlockHolder
typedef BlockItr | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:32
- Code:
- public typedef BlockHolder::iterator BlockItr
typedef BlockPairs | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:24
- Code:
- public typedef std::vector < std::pair < Block * , Block * > > BlockPairs
method Commit | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:52
- Code:
public bool Commit ( )
method Debug | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:53
- Code:
public void Debug ( ) const
method FetchReferenceBlocks | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:45
- Code:
public void FetchReferenceBlocks ( BlockPairs & h , const char * propstr = NULL ) const
method GetBlockByName | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:27
- Code:
public Block * GetBlockByName ( const char * blockname , TYPE t = HIDDEN )
method GetBlockByName | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:28
- Code:
public Block const * GetBlockByName ( const char * , TYPE t = HIDDEN ) const
method GetBlocksHandle | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:46
- Code:
public const BlockHolder * GetBlocksHandle ( TYPE ) const
method GetHiddenBlocks | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:38
- Code:
public const BlockHolder & GetHiddenBlocks ( ) const
method GetHiddenNetworks | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:39
- Code:
public const NetworkHolder & GetHiddenNetworks ( ) const
method GetHiddenSignals | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:40
- Code:
public const SignalHolder & GetHiddenSignals ( ) const
method GetNetworksHandle | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:47
- Code:
public const NetworkHolder * GetNetworksHandle ( TYPE ) const
method GetReferenceBlocks | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:44
- Code:
public const BlockHolder & GetReferenceBlocks ( const char * propstr = NULL ) const
method GetSignalsHandle | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:48
- Code:
public const SignalHolder * GetSignalsHandle ( TYPE ) const
method GetTentativeBlocks | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:41
- Code:
public const BlockHolder & GetTentativeBlocks ( ) const
method GetTentativeNetworks | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:42
- Code:
public const NetworkHolder & GetTentativeNetworks ( ) const
method GetTentativeSignals | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:43
- Code:
public const SignalHolder & GetTentativeSignals ( ) const
method GetTimingCorrelation | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:50
- Code:
public void GetTimingCorrelation ( Block * , BlockHolder & ) const
method Hide | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:15
- Code:
public void Hide ( Block * )
method Hide | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:16
- Code:
public void Hide ( Network * )
method Hide | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:17
- Code:
public void Hide ( Signal * )
static method IsHidden | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:6
- Code:
public static bool IsHidden ( const Block * )
static method IsHidden | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:7
- Code:
public static bool IsHidden ( const Network * )
static method IsHidden | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:8
- Code:
public static bool IsHidden ( const Signal * )
static method IsTentative | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:9
- Code:
public static bool IsTentative ( const Block * )
static method IsTentative | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:10
- Code:
public static bool IsTentative ( const Network * )
static method IsTentative | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:11
- Code:
public static bool IsTentative ( const Signal * )
typedef NetworkCItr | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:35
- Code:
- public typedef NetworkHolder::const_iterator NetworkCItr
typedef NetworkHolder | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:30
- Code:
- public typedef std::vector < Network * > NetworkHolder
typedef NetworkItr | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:34
- Code:
- public typedef NetworkHolder::iterator NetworkItr
method RemoveReference | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:26
- Code:
public void RemoveReference ( Block * , const char * propstr = NULL )
method RemoveTentative | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:21
- Code:
public void RemoveTentative ( Block * )
method RemoveTentative | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:22
- Code:
public void RemoveTentative ( Network * )
method RemoveTentative | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:23
- Code:
public void RemoveTentative ( Signal * )
method Restore | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:51
- Code:
public bool Restore ( )
typedef SignalCItr | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:37
- Code:
- public typedef SignalHolder::const_iterator SignalCItr
typedef SignalHolder | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:31
- Code:
- public typedef std::vector < Signal * > SignalHolder
typedef SignalItr | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:36
- Code:
- public typedef SignalHolder::iterator SignalItr
enum TYPE | ? ^ < > |
undocumented
- Source:
- ../test/test88.h:12
- Code:
public enum TYPE { HIDDEN , TENTATIVE , REFERENCE }
Created Wed Sep 29 19:09:15 2004.
This documentation was generated automatically by
ccdoc v08r40 2003/05/15 bin_dbg_msvc_MSWin32-x86-multi-thread-4.0.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.