Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Group.h56 typedef ut::LinkList<PaneLink, offsetof(PaneLink, link)> PaneLinkList;
203 typedef ut::LinkList<Group, offsetof(Group, m_Link_)> GroupList;
Dlyt_TextureContainer.h128 class TextureContainer : public ut::LinkList<TextureRefLink, offsetof(TextureRefLink, m_Link)>
Dlyt_FontContainer.h140 class FontContainer : public ut::LinkList<FontRefLink, offsetof(FontRefLink, m_Link)>
Dlyt_ArcResourceAccessor.h374 typedef ut::LinkList<ArcResourceLink, offsetof(ArcResourceLink, m_Link)> ArcResourceList;
Dlyt_Stopwatch.h71 typedef nw::ut::LinkList<Stopwatch, 0> List;
Dlyt_Layout.h71 typedef ut::LinkList<AnimTransform, offsetof(AnimTransform, m_Link)> AnimTransformList;
Dlyt_Pane.h64 typedef ut::LinkList<Pane, offsetof(internal::PaneBase, m_Link)> PaneList;
Dlyt_Types.h3034 typedef ut::LinkList<AnimationLink, offsetof(AnimationLink, m_Link)> AnimationList;
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundPlayer.h56 typedef ut::LinkList<
62 typedef ut::LinkList<
68 typedef ut::LinkList<
Dsnd_FrameHeap.h65 typedef ut::LinkList< Block, offsetof(Block,m_Link)> BlockList;
82 typedef ut::LinkList< Section, offsetof(Section,m_Link)> SectionList;
Dsnd_DisposeCallbackManager.h35 typedef ut::LinkList< DisposeCallback, offsetof(DisposeCallback,m_DisposeLink)> CallbackList;
Dsnd_ChannelManager.h45 typedef ut::LinkList< Channel, offsetof(Channel,m_Link)> ChannelList;
Dsnd_HardwareManager.h65 typedef ut::LinkList< FxBase, offsetof(FxBase, m_Link) > FxList;
192 typedef ut::LinkList< CallbackListNode, offsetof(CallbackListNode,link)> CallbackList;
Dsnd_SoundThread.h171 ut::LinkList< SoundFrameCallback, offsetof(SoundFrameCallback,m_Link)>
174 ut::LinkList< PlayerCallback, offsetof(PlayerCallback,m_Link)>
Dsnd_HardwareChannelManager.h34 ut::LinkList< HardwareChannel, offsetof(HardwareChannel, m_LinkNode) >
Dsnd_TaskManager.h63 typedef ut::LinkList< Task, offsetof(Task,m_TaskLink)> TaskList;
Dsnd_VoiceManager.h38 typedef ut::LinkList< Voice, offsetof(Voice,m_LinkNode)> VoiceList;
Dsnd_ExternalSoundPlayer.h41 typedef ut::LinkList< BasicSound, offsetof(BasicSound,m_ExtSoundPlayerPlayLink)> SoundList;
Dsnd_Sound3DManager.h157 typedef ut::LinkList< Sound3DListener, offsetof(Sound3DListener,m_LinkNode)> ListenerList;
Dsnd_SoundInstanceManager.h40 typedef ut::LinkList< Sound, offsetof(Sound,m_PriorityLink)> PriorityList;
Dsnd_StreamSoundPlayer.h236 typedef ut::LinkList<StreamDataLoadTask, offsetof(StreamDataLoadTask,m_Link)>
/NW4C-2.0.3/include/nw/ut/
Dut_LinkList.h317 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
Dut_HeapBase.h50 typedef ut::LinkList< HeapBase, offsetof(HeapNode,mLinkNode)> HeapList;