Home
last modified time | relevance | path

Searched refs:LinkList (Results 1 – 23 of 23) sorted by relevance

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Group.h54 typedef ut::LinkList<PaneLink, offsetof(PaneLink, link)> PaneLinkList;
192 typedef ut::LinkList<Group, offsetof(Group, m_Link_)> GroupList;
Dlyt_TextureContainer.h123 class TextureContainer : public ut::LinkList<TextureRefLink, offsetof(TextureRefLink, m_Link)>
Dlyt_FontContainer.h133 class FontContainer : public ut::LinkList<FontRefLink, offsetof(FontRefLink, m_Link)>
Dlyt_ArcResourceAccessor.h309 typedef ut::LinkList<ArcResourceLink, offsetof(ArcResourceLink, m_Link)> ArcResourceList;
Dlyt_Stopwatch.h69 typedef nw::ut::LinkList<Stopwatch, 0> List;
Dlyt_Layout.h69 typedef ut::LinkList<AnimTransform, offsetof(AnimTransform, m_Link)> AnimTransformList;
Dlyt_Pane.h62 typedef ut::LinkList<Pane, offsetof(internal::PaneBase, m_Link)> PaneList;
Dlyt_Types.h2962 typedef ut::LinkList<AnimationLink, offsetof(AnimationLink, m_Link)> AnimationList;
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundPlayer.h54 typedef ut::LinkList<
60 typedef ut::LinkList<
66 typedef ut::LinkList<
Dsnd_FrameHeap.h63 typedef ut::LinkList< Block, offsetof(Block,m_Link)> BlockList;
80 typedef ut::LinkList< Section, offsetof(Section,m_Link)> SectionList;
Dsnd_DisposeCallbackManager.h33 typedef ut::LinkList< DisposeCallback, offsetof(DisposeCallback,m_DisposeLink)> CallbackList;
Dsnd_ChannelManager.h43 typedef ut::LinkList< Channel, offsetof(Channel,m_Link)> ChannelList;
Dsnd_HardwareManager.h63 typedef ut::LinkList< FxBase, offsetof(FxBase, m_Link) > FxList;
186 typedef ut::LinkList< CallbackListNode, offsetof(CallbackListNode,link)> CallbackList;
Dsnd_SoundThread.h169 ut::LinkList< SoundFrameCallback, offsetof(SoundFrameCallback,m_Link)>
172 ut::LinkList< PlayerCallback, offsetof(PlayerCallback,m_Link)>
Dsnd_HardwareChannelManager.h32 ut::LinkList< HardwareChannel, offsetof(HardwareChannel, m_LinkNode) >
Dsnd_TaskManager.h61 typedef ut::LinkList< Task, offsetof(Task,m_TaskLink)> TaskList;
Dsnd_VoiceManager.h36 typedef ut::LinkList< Voice, offsetof(Voice,m_LinkNode)> VoiceList;
Dsnd_ExternalSoundPlayer.h39 typedef ut::LinkList< BasicSound, offsetof(BasicSound,m_ExtSoundPlayerPlayLink)> SoundList;
Dsnd_Sound3DManager.h155 typedef ut::LinkList< Sound3DListener, offsetof(Sound3DListener,m_LinkNode)> ListenerList;
Dsnd_SoundInstanceManager.h38 typedef ut::LinkList< Sound, offsetof(Sound,m_PriorityLink)> PriorityList;
Dsnd_StreamSoundPlayer.h234 typedef ut::LinkList<StreamDataLoadTask, offsetof(StreamDataLoadTask,m_Link)>
/NW4C-1.2.23/include/nw/ut/
Dut_LinkList.h314 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
Dut_HeapBase.h48 typedef ut::LinkList< HeapBase, offsetof(HeapNode,mLinkNode)> HeapList;