Searched refs:LinkList (Results 1 – 23 of 23) sorted by relevance
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Group.h | 56 typedef ut::LinkList<PaneLink, offsetof(PaneLink, link)> PaneLinkList; 203 typedef ut::LinkList<Group, offsetof(Group, m_Link_)> GroupList;
|
| D | lyt_TextureContainer.h | 128 class TextureContainer : public ut::LinkList<TextureRefLink, offsetof(TextureRefLink, m_Link)>
|
| D | lyt_FontContainer.h | 140 class FontContainer : public ut::LinkList<FontRefLink, offsetof(FontRefLink, m_Link)>
|
| D | lyt_ArcResourceAccessor.h | 374 typedef ut::LinkList<ArcResourceLink, offsetof(ArcResourceLink, m_Link)> ArcResourceList;
|
| D | lyt_Stopwatch.h | 71 typedef nw::ut::LinkList<Stopwatch, 0> List;
|
| D | lyt_Layout.h | 71 typedef ut::LinkList<AnimTransform, offsetof(AnimTransform, m_Link)> AnimTransformList;
|
| D | lyt_Pane.h | 64 typedef ut::LinkList<Pane, offsetof(internal::PaneBase, m_Link)> PaneList;
|
| D | lyt_Types.h | 3034 typedef ut::LinkList<AnimationLink, offsetof(AnimationLink, m_Link)> AnimationList;
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_SoundPlayer.h | 56 typedef ut::LinkList< 62 typedef ut::LinkList< 68 typedef ut::LinkList<
|
| D | snd_FrameHeap.h | 65 typedef ut::LinkList< Block, offsetof(Block,m_Link)> BlockList; 82 typedef ut::LinkList< Section, offsetof(Section,m_Link)> SectionList;
|
| D | snd_DisposeCallbackManager.h | 35 typedef ut::LinkList< DisposeCallback, offsetof(DisposeCallback,m_DisposeLink)> CallbackList;
|
| D | snd_ChannelManager.h | 45 typedef ut::LinkList< Channel, offsetof(Channel,m_Link)> ChannelList;
|
| D | snd_HardwareManager.h | 65 typedef ut::LinkList< FxBase, offsetof(FxBase, m_Link) > FxList; 192 typedef ut::LinkList< CallbackListNode, offsetof(CallbackListNode,link)> CallbackList;
|
| D | snd_SoundThread.h | 171 ut::LinkList< SoundFrameCallback, offsetof(SoundFrameCallback,m_Link)> 174 ut::LinkList< PlayerCallback, offsetof(PlayerCallback,m_Link)>
|
| D | snd_HardwareChannelManager.h | 34 ut::LinkList< HardwareChannel, offsetof(HardwareChannel, m_LinkNode) >
|
| D | snd_TaskManager.h | 63 typedef ut::LinkList< Task, offsetof(Task,m_TaskLink)> TaskList;
|
| D | snd_VoiceManager.h | 38 typedef ut::LinkList< Voice, offsetof(Voice,m_LinkNode)> VoiceList;
|
| D | snd_ExternalSoundPlayer.h | 41 typedef ut::LinkList< BasicSound, offsetof(BasicSound,m_ExtSoundPlayerPlayLink)> SoundList;
|
| D | snd_Sound3DManager.h | 157 typedef ut::LinkList< Sound3DListener, offsetof(Sound3DListener,m_LinkNode)> ListenerList;
|
| D | snd_SoundInstanceManager.h | 40 typedef ut::LinkList< Sound, offsetof(Sound,m_PriorityLink)> PriorityList;
|
| D | snd_StreamSoundPlayer.h | 236 typedef ut::LinkList<StreamDataLoadTask, offsetof(StreamDataLoadTask,m_Link)>
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_LinkList.h | 317 class LinkList : private internal::LinkListImpl 325 typedef LinkList Self; //!< @details :private 441 friend class LinkList; variable 549 friend class LinkList; // コンストラクタを使用するため。 variable 565 /* ctor */ explicit LinkList() {} in LinkList() function
|
| D | ut_HeapBase.h | 50 typedef ut::LinkList< HeapBase, offsetof(HeapNode,mLinkNode)> HeapList;
|