Searched refs:LinkList (Results 1 – 23 of 23) sorted by relevance
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_Group.h | 54 typedef ut::LinkList<PaneLink, offsetof(PaneLink, link)> PaneLinkList; 192 typedef ut::LinkList<Group, offsetof(Group, m_Link_)> GroupList;
|
| D | lyt_TextureContainer.h | 123 class TextureContainer : public ut::LinkList<TextureRefLink, offsetof(TextureRefLink, m_Link)>
|
| D | lyt_FontContainer.h | 133 class FontContainer : public ut::LinkList<FontRefLink, offsetof(FontRefLink, m_Link)>
|
| D | lyt_ArcResourceAccessor.h | 309 typedef ut::LinkList<ArcResourceLink, offsetof(ArcResourceLink, m_Link)> ArcResourceList;
|
| D | lyt_Stopwatch.h | 69 typedef nw::ut::LinkList<Stopwatch, 0> List;
|
| D | lyt_Layout.h | 69 typedef ut::LinkList<AnimTransform, offsetof(AnimTransform, m_Link)> AnimTransformList;
|
| D | lyt_Pane.h | 62 typedef ut::LinkList<Pane, offsetof(internal::PaneBase, m_Link)> PaneList;
|
| D | lyt_Types.h | 2962 typedef ut::LinkList<AnimationLink, offsetof(AnimationLink, m_Link)> AnimationList;
|
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_SoundPlayer.h | 54 typedef ut::LinkList< 60 typedef ut::LinkList< 66 typedef ut::LinkList<
|
| D | snd_FrameHeap.h | 63 typedef ut::LinkList< Block, offsetof(Block,m_Link)> BlockList; 80 typedef ut::LinkList< Section, offsetof(Section,m_Link)> SectionList;
|
| D | snd_DisposeCallbackManager.h | 33 typedef ut::LinkList< DisposeCallback, offsetof(DisposeCallback,m_DisposeLink)> CallbackList;
|
| D | snd_ChannelManager.h | 43 typedef ut::LinkList< Channel, offsetof(Channel,m_Link)> ChannelList;
|
| D | snd_HardwareManager.h | 63 typedef ut::LinkList< FxBase, offsetof(FxBase, m_Link) > FxList; 186 typedef ut::LinkList< CallbackListNode, offsetof(CallbackListNode,link)> CallbackList;
|
| D | snd_SoundThread.h | 169 ut::LinkList< SoundFrameCallback, offsetof(SoundFrameCallback,m_Link)> 172 ut::LinkList< PlayerCallback, offsetof(PlayerCallback,m_Link)>
|
| D | snd_HardwareChannelManager.h | 32 ut::LinkList< HardwareChannel, offsetof(HardwareChannel, m_LinkNode) >
|
| D | snd_TaskManager.h | 61 typedef ut::LinkList< Task, offsetof(Task,m_TaskLink)> TaskList;
|
| D | snd_VoiceManager.h | 36 typedef ut::LinkList< Voice, offsetof(Voice,m_LinkNode)> VoiceList;
|
| D | snd_ExternalSoundPlayer.h | 39 typedef ut::LinkList< BasicSound, offsetof(BasicSound,m_ExtSoundPlayerPlayLink)> SoundList;
|
| D | snd_Sound3DManager.h | 155 typedef ut::LinkList< Sound3DListener, offsetof(Sound3DListener,m_LinkNode)> ListenerList;
|
| D | snd_SoundInstanceManager.h | 38 typedef ut::LinkList< Sound, offsetof(Sound,m_PriorityLink)> PriorityList;
|
| D | snd_StreamSoundPlayer.h | 234 typedef ut::LinkList<StreamDataLoadTask, offsetof(StreamDataLoadTask,m_Link)>
|
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_LinkList.h | 314 class LinkList : private internal::LinkListImpl 322 typedef LinkList Self; //!< @details :private 438 friend class LinkList; variable 546 friend class LinkList; // コンストラクタを使用するため。 variable 562 /* ctor */ explicit LinkList() {} in LinkList() function
|
| D | ut_HeapBase.h | 48 typedef ut::LinkList< HeapBase, offsetof(HeapNode,mLinkNode)> HeapList;
|